import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { QuerySchemaVersionMetadataInput, QuerySchemaVersionMetadataResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface QuerySchemaVersionMetadataCommandInput extends QuerySchemaVersionMetadataInput {} export interface QuerySchemaVersionMetadataCommandOutput extends QuerySchemaVersionMetadataResponse, __MetadataBearer {} declare const QuerySchemaVersionMetadataCommand_base: { new ( input: QuerySchemaVersionMetadataCommandInput ): import("@smithy/core/client").CommandImpl< QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [QuerySchemaVersionMetadataCommandInput] ): import("@smithy/core/client").CommandImpl< QuerySchemaVersionMetadataCommandInput, QuerySchemaVersionMetadataCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class QuerySchemaVersionMetadataCommand extends QuerySchemaVersionMetadataCommand_base { protected static __types: { api: { input: QuerySchemaVersionMetadataInput; output: QuerySchemaVersionMetadataResponse; }; sdk: { input: QuerySchemaVersionMetadataCommandInput; output: QuerySchemaVersionMetadataCommandOutput; }; }; }