import { Options, ReastorageInterface } from './ReastorageInterface.js'; declare const reastorage: (key: string, initialValue: T, options?: Options) => ReastorageInterface; export { reastorage }; //# sourceMappingURL=reastorage.d.ts.map