import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetManagedViewInput, GetManagedViewOutput } from "../models/models_0"; import { ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ResourceExplorer2Client"; export { __MetadataBearer }; export { $Command }; export interface GetManagedViewCommandInput extends GetManagedViewInput {} export interface GetManagedViewCommandOutput extends GetManagedViewOutput, __MetadataBearer {} declare const GetManagedViewCommand_base: { new ( input: GetManagedViewCommandInput ): import("@smithy/core/client").CommandImpl< GetManagedViewCommandInput, GetManagedViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetManagedViewCommandInput ): import("@smithy/core/client").CommandImpl< GetManagedViewCommandInput, GetManagedViewCommandOutput, ResourceExplorer2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetManagedViewCommand extends GetManagedViewCommand_base { protected static __types: { api: { input: GetManagedViewInput; output: GetManagedViewOutput; }; sdk: { input: GetManagedViewCommandInput; output: GetManagedViewCommandOutput; }; }; }