/** * Fetch the flaps OpenAPI spec and return it as a Map * compatible with the generatePipeline fetchSchemas callback. * * The flaps spec is a single document, so we return a single entry keyed by * "Fly::OpenAPI" — the parse step splits it into the curated resources and * their reachable property types. */ export declare function fetchSchemas(options?: { force?: boolean; }): Promise>; //# sourceMappingURL=fetch.d.ts.map