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