declare module '@bankify/redux-persist-realm' { function createRealmPersistStorage(options?: { path: string; }): import('redux-persist').Storage; }