import type { ParsedDesignResourceHandoffInputV1 } from "./design-resource-handoff-input-types.js"; import type { DesignResourceHandoffPreflightV1, ParsedDesignResourceHandoffV1 } from "./design-resource-handoff-types.js"; import type { DesignResourceHandoffPreflightV2 } from "./design-resource-symbolic-fact-types.js"; import type { ParsedDesignResourceHandoffInput } from "./design-resource-handoff-input-types.js"; export declare function preflightDesignResourceHandoff(repository: string, handoffPath: string): Promise; export declare function preflightParsedDesignResourceHandoffAny(repository: string, parsed: ParsedDesignResourceHandoffInput): Promise; export declare function preflightParsedDesignResourceHandoff(repository: string, parsed: ParsedDesignResourceHandoffInputV1): Promise; export declare function validateDesignResourceHandoffSemantics(parsed: ParsedDesignResourceHandoffV1): void;