import type { ApiReferenceConfigurationRaw } from '@scalar/types/api-reference'; import type { UrlDoc } from '@scalar/workspace-store/client'; /** * Get the fetch function from the configuration * * @param config - The API reference configuration. * @returns The fetch function. */ export declare const getFetch: (config: Partial>) => NonNullable; //# sourceMappingURL=get-fetch.d.ts.map