/** * Strips comments from JSONC content while respecting string boundaries. * Handles // and /* comments, URLs in strings, and escaped quotes. * Also removes trailing commas to support more relaxed JSONC format. */ export declare function stripJsoncComments(content: string): string; //# sourceMappingURL=jsonc.d.ts.map