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