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