import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetMetadataCommandInput extends GetMetadataRequest {} export interface GetMetadataCommandOutput extends GetMetadataResponse, __MetadataBearer {} declare const GetMetadataCommand_base: { new ( input: GetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetMetadataCommandInput, GetMetadataCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetMetadataCommandInput, GetMetadataCommandOutput, import("..").AmplifyUIBuilderClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMetadataCommand extends GetMetadataCommand_base { protected static __types: { api: { input: GetMetadataRequest; output: GetMetadataResponse; }; sdk: { input: GetMetadataCommandInput; output: GetMetadataCommandOutput; }; }; }