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