import type { ParsedDesignResourceHandoffInputV1 } from "./design-resource-handoff-input-types.js"; export interface DesignResourceSnapshot { contents: Map; hashes: Record; } export declare function readDesignResourceSnapshot(repository: string, parsed: ParsedDesignResourceHandoffInputV1): Promise;