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