/** * Fetch and cache the Docker Engine API OpenAPI spec. */ export declare function getCachePath(): string; /** * Fetch the Docker Engine API swagger YAML, with local caching. */ export declare function fetchEngineApi(force?: boolean): Promise; //# sourceMappingURL=fetch-engine.d.ts.map