import { AmqpChannel } from '../channel/amqp.channel';
export declare class RabbitmqMigrator {
    run(channel: AmqpChannel): Promise<any>;
}
