import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetContactInformationRequest, GetContactInformationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetContactInformationCommandInput extends GetContactInformationRequest {} export interface GetContactInformationCommandOutput extends GetContactInformationResponse, __MetadataBearer {} declare const GetContactInformationCommand_base: { new ( input: GetContactInformationCommandInput, ): import("@smithy/core/client").CommandImpl< GetContactInformationCommandInput, GetContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetContactInformationCommandInput] ): import("@smithy/core/client").CommandImpl< GetContactInformationCommandInput, GetContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetContactInformationCommand extends GetContactInformationCommand_base { protected static __types: { api: { input: GetContactInformationRequest; output: GetContactInformationResponse; }; sdk: { input: GetContactInformationCommandInput; output: GetContactInformationCommandOutput; }; }; }