import { Redis } from 'ioredis'; export default interface FacadeConfig { readonly client: () => Promise; readonly prefix: string; }