import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateHubContentPresignedUrlsRequest, CreateHubContentPresignedUrlsResponse, } from "../models/models_1"; export { __MetadataBearer }; export interface CreateHubContentPresignedUrlsCommandInput extends CreateHubContentPresignedUrlsRequest {} export interface CreateHubContentPresignedUrlsCommandOutput extends CreateHubContentPresignedUrlsResponse, __MetadataBearer {} declare const CreateHubContentPresignedUrlsCommand_base: { new ( input: CreateHubContentPresignedUrlsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHubContentPresignedUrlsCommandInput, CreateHubContentPresignedUrlsCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateHubContentPresignedUrlsCommandInput, ): import("@smithy/core/client").CommandImpl< CreateHubContentPresignedUrlsCommandInput, CreateHubContentPresignedUrlsCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateHubContentPresignedUrlsCommand extends CreateHubContentPresignedUrlsCommand_base { protected static __types: { api: { input: CreateHubContentPresignedUrlsRequest; output: CreateHubContentPresignedUrlsResponse; }; sdk: { input: CreateHubContentPresignedUrlsCommandInput; output: CreateHubContentPresignedUrlsCommandOutput; }; }; }