/** * Fallback resource definitions for priority types missing from the schema zip. * Acts as a safety net — if the schema zip already contains the resource, * the fallback is not used. */ import type { SchemaParseResult } from "../spec/parse.js"; export declare function fallbackResources(): SchemaParseResult[]; //# sourceMappingURL=fallback.d.ts.map