import { AxiosCacheHooksOptions } from './options'; import type { AxiosCacheHooks } from './types'; export declare function createAxiosCacheHooks(hookOptions?: Partial): AxiosCacheHooks; //# sourceMappingURL=create.d.ts.map