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