import { RawAwsSecurityHub } from './data';
import { AwsSecurityHub } from '../../types/generated';
declare const _default: ({ service, account, region, }: {
    service: RawAwsSecurityHub;
    account: string;
    region: string;
}) => AwsSecurityHub;
/**
 * Security Hub
 */
export default _default;
