export declare const redisConnectionSettings: {
    host: string;
    port: number;
};
