import { t as Configuration } from "../configuration-CnCCjQVu.js"; import { i as RequestArgs } from "../base-ftwm9lz6.js"; import { AxiosInstance, AxiosResponse } from "axios"; //#region src/client/common.d.ts declare const DUMMY_BASE_URL = "https://example.com"; /** * * @throws {RequiredError} */ declare const assertParamExists: (functionName: string, paramName: string, paramValue: unknown) => void; declare const setApiKeyToObject: (object: any, keyParamName: string, configuration?: Configuration) => Promise; declare const setBasicAuthToObject: (object: any, configuration?: Configuration) => void; declare const setBearerAuthToObject: (object: any, configuration?: Configuration) => Promise; declare const setOAuthToObject: (object: any, name: string, scopes: string[], configuration?: Configuration) => Promise; declare const setSearchParams: (url: URL, ...objects: any[]) => void; declare const serializeDataIfNeeded: (value: any, requestOptions: any, configuration?: Configuration) => any; declare const toPathString: (url: URL) => string; declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => >(axios?: AxiosInstance, basePath?: string) => Promise; //#endregion export { DUMMY_BASE_URL, assertParamExists, createRequestFunction, serializeDataIfNeeded, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, toPathString }; //# sourceMappingURL=common.d.ts.map