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