import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetAppliedSchemaVersionCommandInput extends GetAppliedSchemaVersionRequest {} export interface GetAppliedSchemaVersionCommandOutput extends GetAppliedSchemaVersionResponse, __MetadataBearer {} declare const GetAppliedSchemaVersionCommand_base: { new ( input: GetAppliedSchemaVersionCommandInput, ): import("@smithy/core/client").CommandImpl< GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAppliedSchemaVersionCommandInput, ): import("@smithy/core/client").CommandImpl< GetAppliedSchemaVersionCommandInput, GetAppliedSchemaVersionCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAppliedSchemaVersionCommand extends GetAppliedSchemaVersionCommand_base { protected static __types: { api: { input: GetAppliedSchemaVersionRequest; output: GetAppliedSchemaVersionResponse; }; sdk: { input: GetAppliedSchemaVersionCommandInput; output: GetAppliedSchemaVersionCommandOutput; }; }; }