import type { ComponentManifest } from "./types.js"; export declare function stableStringify(manifest: ComponentManifest): string; /** Write a manifest without allowing output to escape projectRoot, including by symlink. */ export declare function writeComponentManifest(manifest: ComponentManifest, outputPath: string, projectRoot: string): Promise; //# sourceMappingURL=json.d.ts.map