import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetContactMethodsRequest, GetContactMethodsResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetContactMethodsCommandInput extends GetContactMethodsRequest {} export interface GetContactMethodsCommandOutput extends GetContactMethodsResult, __MetadataBearer {} declare const GetContactMethodsCommand_base: { new ( input: GetContactMethodsCommandInput, ): import("@smithy/core/client").CommandImpl< GetContactMethodsCommandInput, GetContactMethodsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetContactMethodsCommandInput] ): import("@smithy/core/client").CommandImpl< GetContactMethodsCommandInput, GetContactMethodsCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetContactMethodsCommand extends GetContactMethodsCommand_base { protected static __types: { api: { input: GetContactMethodsRequest; output: GetContactMethodsResult; }; sdk: { input: GetContactMethodsCommandInput; output: GetContactMethodsCommandOutput; }; }; }