export interface AmqpConfig { connection: { host: string; port: number; user: string; password: string; }; }