import type LuzzleStorage from "./abstract"; export declare function makeStorage(root: string): LuzzleStorage;