declare const Config: { grpc: { listen: string; credentials: { insecure: any; caCert: NonSharedBuffer; privateKey: NonSharedBuffer; certChain: NonSharedBuffer; verifyClient: any; }; }; redis: { connection: { url: string; database: string; sentinel: { hosts: string; master: string; }; }; timeout: { connection: number; }; }; }; export default Config;