/** * Parse the given file as JSON with comments (JSONC). */ export declare const parseJSONC: (filePath: string, removeComments?: boolean) => T;