export declare class AmqpUtil {
    static getPublisherToken(exchange: string): string;
}
