import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateApplicationPresignedUrlRequest, CreateApplicationPresignedUrlResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateApplicationPresignedUrlCommandInput extends CreateApplicationPresignedUrlRequest {} export interface CreateApplicationPresignedUrlCommandOutput extends CreateApplicationPresignedUrlResponse, __MetadataBearer {} declare const CreateApplicationPresignedUrlCommand_base: { new ( input: CreateApplicationPresignedUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateApplicationPresignedUrlCommandInput, ): import("@smithy/core/client").CommandImpl< CreateApplicationPresignedUrlCommandInput, CreateApplicationPresignedUrlCommandOutput, import("..").KinesisAnalyticsV2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateApplicationPresignedUrlCommand extends CreateApplicationPresignedUrlCommand_base { protected static __types: { api: { input: CreateApplicationPresignedUrlRequest; output: CreateApplicationPresignedUrlResponse; }; sdk: { input: CreateApplicationPresignedUrlCommandInput; output: CreateApplicationPresignedUrlCommandOutput; }; }; }