import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EnableAllFeaturesRequest, EnableAllFeaturesResponse } from "../models/models_0"; export { __MetadataBearer }; export interface EnableAllFeaturesCommandInput extends EnableAllFeaturesRequest {} export interface EnableAllFeaturesCommandOutput extends EnableAllFeaturesResponse, __MetadataBearer {} declare const EnableAllFeaturesCommand_base: { new ( input: EnableAllFeaturesCommandInput, ): import("@smithy/core/client").CommandImpl< EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [EnableAllFeaturesCommandInput] ): import("@smithy/core/client").CommandImpl< EnableAllFeaturesCommandInput, EnableAllFeaturesCommandOutput, import("..").OrganizationsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class EnableAllFeaturesCommand extends EnableAllFeaturesCommand_base { protected static __types: { api: { input: {}; output: EnableAllFeaturesResponse; }; sdk: { input: EnableAllFeaturesCommandInput; output: EnableAllFeaturesCommandOutput; }; }; }