import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ApplySchemaCommandInput extends ApplySchemaRequest {} export interface ApplySchemaCommandOutput extends ApplySchemaResponse, __MetadataBearer {} declare const ApplySchemaCommand_base: { new ( input: ApplySchemaCommandInput, ): import("@smithy/core/client").CommandImpl< ApplySchemaCommandInput, ApplySchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: ApplySchemaCommandInput, ): import("@smithy/core/client").CommandImpl< ApplySchemaCommandInput, ApplySchemaCommandOutput, import("..").CloudDirectoryClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ApplySchemaCommand extends ApplySchemaCommand_base { protected static __types: { api: { input: ApplySchemaRequest; output: ApplySchemaResponse; }; sdk: { input: ApplySchemaCommandInput; output: ApplySchemaCommandOutput; }; }; }