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