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