import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateProfileCommandInput extends UpdateProfileRequest {} export interface UpdateProfileCommandOutput extends ProfileDetailResponse, __MetadataBearer {} declare const UpdateProfileCommand_base: { new ( input: UpdateProfileCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfileCommandInput, UpdateProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateProfileCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateProfileCommandInput, UpdateProfileCommandOutput, import("..").RolesAnywhereClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateProfileCommand extends UpdateProfileCommand_base { protected static __types: { api: { input: UpdateProfileRequest; output: ProfileDetailResponse; }; sdk: { input: UpdateProfileCommandInput; output: UpdateProfileCommandOutput; }; }; }