import { IStorage } from './IStorage';
export declare function createDocumentStorage(_document: typeof document): IStorage;
