import { FastifyLoggerInstance } from "fastify"; export declare const getClientOptions: () => { host: string; } | { url: string; }; export declare function initRedis({ log }?: { log?: FastifyLoggerInstance; }): Promise;