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