import { Dsn } from "../common/dsn"; export declare class TmqConfig { dsn: Dsn | null; sqlDsn: Dsn | null; user: string | null; password: string | null; token: string | null; userApp: string | null; userIp: string | null; group_id: string | null; client_id: string | null; offset_rest: string | null; topics?: Array; auto_commit: boolean; auto_commit_interval_ms: number; timeout: number; otherConfigs: Map; constructor(wsConfig: Map); } //# sourceMappingURL=config.d.ts.map