import { Connection } from 'amqplib'; declare const getConnection: (host: string, username?: string | undefined, password?: string | undefined, port?: number | undefined) => Promise; export default getConnection;