import { Organization } from 'aws-sdk/clients/organizations';
import { AwsOrganization } from '../../types/generated';
declare const _default: ({ service: data, account, }: {
    service: Organization;
    account: string;
}) => AwsOrganization;
/**
 * Organization
 */
export default _default;
