import { Result } from '@backtrace/sourcemap-tools';
export declare function parseJSONC<T>(content: string): Result<T, string>;
