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