import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateProfileJobCommandInput extends UpdateProfileJobRequest {} export interface UpdateProfileJobCommandOutput extends UpdateProfileJobResponse, __MetadataBearer {} declare const UpdateProfileJobCommand_base: { new ( input: UpdateProfileJobCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateProfileJobCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfileJobCommandInput, UpdateProfileJobCommandOutput, import("..").DataBrewClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateProfileJobCommand extends UpdateProfileJobCommand_base { protected static __types: { api: { input: UpdateProfileJobRequest; output: UpdateProfileJobResponse; }; sdk: { input: UpdateProfileJobCommandInput; output: UpdateProfileJobCommandOutput; }; }; }