export function getDefaultStore(): "session" | "persistent";
export function createStore(id: any, store: any): any;
export function initStorage(model: any, id: any, type: any): void;
//# sourceMappingURL=storage.d.ts.map