declare namespace json { export function parse(text: string): import('json-ast-comments').JsonDocument; }