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