import type { DesignResourcePropertyFamily } from "./design-resource-fact-manifest-types.js"; import type { DesignResourceVerificationMethod } from "./design-resource-handoff-types.js"; export declare function designResourceRequiredMethods(key: string, family: DesignResourcePropertyFamily): DesignResourceVerificationMethod[];