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