import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetContainerAPIMetadataRequest, GetContainerAPIMetadataResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetContainerAPIMetadataCommandInput extends GetContainerAPIMetadataRequest {} export interface GetContainerAPIMetadataCommandOutput extends GetContainerAPIMetadataResult, __MetadataBearer {} declare const GetContainerAPIMetadataCommand_base: { new ( input: GetContainerAPIMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetContainerAPIMetadataCommandInput] ): import("@smithy/core/client").CommandImpl< GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetContainerAPIMetadataCommand extends GetContainerAPIMetadataCommand_base { protected static __types: { api: { input: {}; output: GetContainerAPIMetadataResult; }; sdk: { input: GetContainerAPIMetadataCommandInput; output: GetContainerAPIMetadataCommandOutput; }; }; }