import Client from "../redis"; import utils from "../redis/utils"; declare const _default: { Client: { new (db: string, selectDb?: number | null): Client; }; utils: typeof utils; clients: { getUserClient: () => Promise; getSessionClient: () => Promise; getAppClient: () => Promise; getCacheClient: () => Promise; getWritethroughClient: () => Promise; getMigrationsRedlock: () => Promise; }; }; export = _default;