import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EnableSharingWithAwsOrganizationRequest, EnableSharingWithAwsOrganizationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface EnableSharingWithAwsOrganizationCommandInput extends EnableSharingWithAwsOrganizationRequest {} export interface EnableSharingWithAwsOrganizationCommandOutput extends EnableSharingWithAwsOrganizationResponse, __MetadataBearer {} declare const EnableSharingWithAwsOrganizationCommand_base: { new ( input: EnableSharingWithAwsOrganizationCommandInput, ): import("@smithy/core/client").CommandImpl< EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput] ): import("@smithy/core/client").CommandImpl< EnableSharingWithAwsOrganizationCommandInput, EnableSharingWithAwsOrganizationCommandOutput, import("..").RAMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class EnableSharingWithAwsOrganizationCommand extends EnableSharingWithAwsOrganizationCommand_base { protected static __types: { api: { input: {}; output: EnableSharingWithAwsOrganizationResponse; }; sdk: { input: EnableSharingWithAwsOrganizationCommandInput; output: EnableSharingWithAwsOrganizationCommandOutput; }; }; }