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