import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ContainerServicesListResult, GetContainerServicesRequest } from "../models/models_0"; export { __MetadataBearer }; export interface GetContainerServicesCommandInput extends GetContainerServicesRequest {} export interface GetContainerServicesCommandOutput extends ContainerServicesListResult, __MetadataBearer {} declare const GetContainerServicesCommand_base: { new ( input: GetContainerServicesCommandInput, ): import("@smithy/core/client").CommandImpl< GetContainerServicesCommandInput, GetContainerServicesCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetContainerServicesCommandInput] ): import("@smithy/core/client").CommandImpl< GetContainerServicesCommandInput, GetContainerServicesCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetContainerServicesCommand extends GetContainerServicesCommand_base { protected static __types: { api: { input: GetContainerServicesRequest; output: ContainerServicesListResult; }; sdk: { input: GetContainerServicesCommandInput; output: GetContainerServicesCommandOutput; }; }; }