import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { RegisterOrganizationDelegatedAdminRequest, RegisterOrganizationDelegatedAdminResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface RegisterOrganizationDelegatedAdminCommandInput extends RegisterOrganizationDelegatedAdminRequest {} export interface RegisterOrganizationDelegatedAdminCommandOutput extends RegisterOrganizationDelegatedAdminResponse, __MetadataBearer {} declare const RegisterOrganizationDelegatedAdminCommand_base: { new ( input: RegisterOrganizationDelegatedAdminCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RegisterOrganizationDelegatedAdminCommandInput ): import("@smithy/smithy-client").CommandImpl< RegisterOrganizationDelegatedAdminCommandInput, RegisterOrganizationDelegatedAdminCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RegisterOrganizationDelegatedAdminCommand extends RegisterOrganizationDelegatedAdminCommand_base { protected static __types: { api: { input: RegisterOrganizationDelegatedAdminRequest; output: {}; }; sdk: { input: RegisterOrganizationDelegatedAdminCommandInput; output: RegisterOrganizationDelegatedAdminCommandOutput; }; }; }