import { ClientConfig } from '@joktec/core'; export declare class RabbitConfig extends ClientConfig { hostname?: string; protocol?: string; port?: number; username?: string; password?: string; locale?: string; frameMax?: number; heartbeat?: number; vhost?: string; constructor(props: RabbitConfig); } //# sourceMappingURL=rabbit.config.d.ts.map