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