import type { AuthoredReplayManifest } from './init-authored-plan-types.js'; /** Compact canonical JSON with no trailing newline. */ export declare function encodeAuthoredReplayManifest(manifest: AuthoredReplayManifest): string; /** Parse only canonical v1 bytes; whitespace, reordered keys, and unknown fields fail closed. */ export declare function parseAuthoredReplayManifest(raw: string): AuthoredReplayManifest; //# sourceMappingURL=init-authored-plan-manifest.d.ts.map