import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutContactInformationRequest } from "../models/models_0"; export { __MetadataBearer }; export interface PutContactInformationCommandInput extends PutContactInformationRequest {} export interface PutContactInformationCommandOutput extends __MetadataBearer {} declare const PutContactInformationCommand_base: { new ( input: PutContactInformationCommandInput, ): import("@smithy/core/client").CommandImpl< PutContactInformationCommandInput, PutContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutContactInformationCommandInput, ): import("@smithy/core/client").CommandImpl< PutContactInformationCommandInput, PutContactInformationCommandOutput, import("..").AccountClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutContactInformationCommand extends PutContactInformationCommand_base { protected static __types: { api: { input: PutContactInformationRequest; output: {}; }; sdk: { input: PutContactInformationCommandInput; output: PutContactInformationCommandOutput; }; }; }