import { Labelled } from '../../../../common'; import { OpenApiChannelConfiguration } from './../openapi-channel.types'; export declare class ConfigureOpenAPIChannelCommand implements Labelled { readonly config: OpenApiChannelConfiguration; label: string; constructor(config: OpenApiChannelConfiguration); } //# sourceMappingURL=configure-openapi-channel.command.d.ts.map