import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ConnectClient"; import { GetContactAttributesRequest, GetContactAttributesResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetContactAttributesCommandInput extends GetContactAttributesRequest {} export interface GetContactAttributesCommandOutput extends GetContactAttributesResponse, __MetadataBearer {} declare const GetContactAttributesCommand_base: { new ( input: GetContactAttributesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetContactAttributesCommandInput, GetContactAttributesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetContactAttributesCommandInput ): import("@smithy/smithy-client").CommandImpl< GetContactAttributesCommandInput, GetContactAttributesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetContactAttributesCommand extends GetContactAttributesCommand_base { protected static __types: { api: { input: GetContactAttributesRequest; output: GetContactAttributesResponse; }; sdk: { input: GetContactAttributesCommandInput; output: GetContactAttributesCommandOutput; }; }; }