/** * Fetch and cache the Compose Spec JSON Schema. */ export declare function getCachePath(): string; /** * Fetch the Compose Spec JSON Schema, with local caching. */ export declare function fetchComposeSpec(force?: boolean): Promise; /** * Fetch compose spec as a Map keyed by entity type — for generatePipeline. */ export declare function fetchComposeSchemas(force?: boolean): Promise>; //# sourceMappingURL=fetch-compose.d.ts.map