import { type Storage } from 'unstorage';
export declare function createFsStorage({ base }: {
    base: URL;
}): Storage;
