import { AuthenticationStorage } from "../types.js";

//#region src/auth/utils/memory-storage.d.ts

/**
* Simple memory storage implementation
*
* @returns AuthenticationStorage
*/
declare const memoryStorage: () => AuthenticationStorage;
//#endregion
export { memoryStorage };
//# sourceMappingURL=memory-storage.d.ts.map