import { Labelled } from '../../../../common';
import { RestChannelConfig } from '../rest-channel.types';
import { ChannelConfigReceivedEvent } from '../../channel-config-received.event';
export declare class RestChannelConfigReceivedEvent extends ChannelConfigReceivedEvent<'rest', RestChannelConfig> implements Labelled {
    label: string;
    constructor(config: RestChannelConfig);
}
//# sourceMappingURL=rest-channel-config-received.event.d.ts.map