import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateApplicationRequest, CreateApplicationResponse, } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface CreateApplicationCommandInput extends CreateApplicationRequest {} export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {} declare const CreateApplicationCommand_base: { new ( input: CreateApplicationCommandInput ): import("@smithy/core/client").CommandImpl< CreateApplicationCommandInput, CreateApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateApplicationCommandInput ): import("@smithy/core/client").CommandImpl< CreateApplicationCommandInput, CreateApplicationCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class CreateApplicationCommand extends CreateApplicationCommand_base { protected static __types: { api: { input: CreateApplicationRequest; output: CreateApplicationResponse; }; sdk: { input: CreateApplicationCommandInput; output: CreateApplicationCommandOutput; }; }; }