import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetUploadJobPathRequest, GetUploadJobPathResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetUploadJobPathCommandInput extends GetUploadJobPathRequest {} export interface GetUploadJobPathCommandOutput extends GetUploadJobPathResponse, __MetadataBearer {} declare const GetUploadJobPathCommand_base: { new ( input: GetUploadJobPathCommandInput, ): import("@smithy/core/client").CommandImpl< GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetUploadJobPathCommandInput, ): import("@smithy/core/client").CommandImpl< GetUploadJobPathCommandInput, GetUploadJobPathCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetUploadJobPathCommand extends GetUploadJobPathCommand_base { protected static __types: { api: { input: GetUploadJobPathRequest; output: GetUploadJobPathResponse; }; sdk: { input: GetUploadJobPathCommandInput; output: GetUploadJobPathCommandOutput; }; }; }