import type { NormalizedDeployManifest } from "./deploy-manifest.js"; export declare function manifestExportUnsupported(path: string, reason: string): never; /** Export relative to the original manifest directory, never the caller's cwd. */ export declare function serializeDeployManifest(loaded: NormalizedDeployManifest, baseDir: string, explicitProject?: string | null): Record; //# sourceMappingURL=manifest-export.d.ts.map