declare const CreateStorage: () => { run: (context: T, cb: () => O | Promise) => Promise; useContext: () => T; }; export { CreateStorage };