declare const _default: (options?: {}) => { register(action: string, payload: Record): Promise>; hooks: import("@strapi/utils/dist/provider-factory").ProviderHooksMap; delete(key: string): Promise>; get(key: string): { [x: string]: unknown; } | undefined; values(): { [x: string]: unknown; }[]; keys(): string[]; has(key: string): boolean; size(): number; clear(): Promise>; }; export default _default; //# sourceMappingURL=action.d.ts.map