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