/** * OpenAPI Configuration * AUTO-GENERATED - Do not edit manually */ export type OpenAPIConfig = { BASE: string; VERSION: string; WITH_CREDENTIALS: boolean; CREDENTIALS: 'include' | 'omit' | 'same-origin'; TOKEN?: string | ((options: { url: string; method: string; }) => Promise); USERNAME?: string; PASSWORD?: string; HEADERS?: Record; ENCODE_PATH?: (path: string) => string; }; export declare const OpenAPI: OpenAPIConfig; //# sourceMappingURL=OpenAPI.d.ts.map