import { ActionCtx } from './types';
export default function setStorageFactory(key: string, value: string): ({ storage, resolve, path }: ActionCtx) => Promise<any> | undefined;
