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