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