import type { DesignResourceObservableFactManifestV1 } from "./design-resource-fact-manifest-types.js"; import type { ParsedDesignResourceHandoffV1 } from "./design-resource-handoff-types.js"; import type { ParsedDesignResourceHandoffInputV1 } from "./design-resource-handoff-input-types.js"; export declare function parseDesignResourceFactManifests(parsed: ParsedDesignResourceHandoffInputV1, contents: Map): Map; export declare function validateDesignResourceFactManifests(parsed: ParsedDesignResourceHandoffV1, contents: Map, manifests: Map, validateProjection: boolean): void;