import { Labelled } from '../../../../common';
import { RestChannelConfig } from '../rest-channel.types';
export declare class RestChannelChangedEvent implements Labelled {
    readonly config: RestChannelConfig;
    label: string;
    constructor(config: RestChannelConfig);
}
//# sourceMappingURL=rest-channel-changed.event.d.ts.map