import { Storage } from "./env.models"; export declare class StorageFactory { static make(driver: string): Storage; }