import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateContactMethodRequest, CreateContactMethodResult } from "../models/models_0"; export { __MetadataBearer }; export interface CreateContactMethodCommandInput extends CreateContactMethodRequest {} export interface CreateContactMethodCommandOutput extends CreateContactMethodResult, __MetadataBearer {} declare const CreateContactMethodCommand_base: { new ( input: CreateContactMethodCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContactMethodCommandInput, CreateContactMethodCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateContactMethodCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContactMethodCommandInput, CreateContactMethodCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateContactMethodCommand extends CreateContactMethodCommand_base { protected static __types: { api: { input: CreateContactMethodRequest; output: CreateContactMethodResult; }; sdk: { input: CreateContactMethodCommandInput; output: CreateContactMethodCommandOutput; }; }; }