export declare function parseJsonc(file: string, input: string): any; /** * Merge a raw object into jsonc content, respecting existing comments. */ export declare function merge(file: string, json: string, delta: any, indent?: number): string;