import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { UpdateParticipantRoleConfigRequest, UpdateParticipantRoleConfigResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateParticipantRoleConfigCommandInput extends UpdateParticipantRoleConfigRequest {} export interface UpdateParticipantRoleConfigCommandOutput extends UpdateParticipantRoleConfigResponse, __MetadataBearer {} declare const UpdateParticipantRoleConfigCommand_base: { new ( input: UpdateParticipantRoleConfigCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateParticipantRoleConfigCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateParticipantRoleConfigCommandInput, UpdateParticipantRoleConfigCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateParticipantRoleConfigCommand extends UpdateParticipantRoleConfigCommand_base { protected static __types: { api: { input: UpdateParticipantRoleConfigRequest; output: {}; }; sdk: { input: UpdateParticipantRoleConfigCommandInput; output: UpdateParticipantRoleConfigCommandOutput; }; }; }