import { IamClientCore } from "../core.js";
import { RequestOptions } from "../lib/sdks.js";
import * as components from "../models/components/index.js";
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
import { IamClientError } from "../models/errors/iamclienterror.js";
import * as errors from "../models/errors/index.js";
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
import * as operations from "../models/operations/index.js";
import { APIPromise } from "../types/async.js";
import { Result } from "../types/fp.js";
/**
 * Mark bulk job upload as complete
 *
 * @remarks
 * Mark the upload of documents as complete for a bulk job.
 * End user won't upload more docs for this job.
 *
 * **Important**: Only call this endpoint after successfully uploading all documents to their respective pre-signed URLs obtained from the create job response.
 *
 * If set, this operation will use {@link Security.accessToken} from the global security.
 */
export declare function agreementManagerBulkJobUploadCompleteBulkJob(client: IamClientCore, request: operations.UploadCompleteBulkJobRequest, options?: RequestOptions): APIPromise<Result<components.BulkJob, errors.ErrDetails | IamClientError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError>>;
//# sourceMappingURL=agreementManagerBulkJobUploadCompleteBulkJob.d.ts.map