import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateProfileWithAgentRequest, UpdateProfileWithAgentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateProfileWithAgentCommandInput extends UpdateProfileWithAgentRequest {} export interface UpdateProfileWithAgentCommandOutput extends UpdateProfileWithAgentResponse, __MetadataBearer {} declare const UpdateProfileWithAgentCommand_base: { new ( input: UpdateProfileWithAgentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfileWithAgentCommandInput, UpdateProfileWithAgentCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateProfileWithAgentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfileWithAgentCommandInput, UpdateProfileWithAgentCommandOutput, import("..").HealthLakeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateProfileWithAgentCommand extends UpdateProfileWithAgentCommand_base { protected static __types: { api: { input: UpdateProfileWithAgentRequest; output: UpdateProfileWithAgentResponse; }; sdk: { input: UpdateProfileWithAgentCommandInput; output: UpdateProfileWithAgentCommandOutput; }; }; }