/** JSON with line/block comments and trailing commas. String contents are never * rewritten; JSON.parse still validates all values and the remaining grammar. */ export declare function parseManifestJson(content: string): unknown; //# sourceMappingURL=manifest-json.d.ts.map