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