import { AwsGuardDutyDetector } from '../../types/generated';
import { RawAwsGuardDutyDetector } from './data';
declare const _default: ({ account, service: rawData, region, }: {
    account: string;
    service: RawAwsGuardDutyDetector;
    region: string;
}) => AwsGuardDutyDetector;
/**
 * GuardDutyDetector
 */
export default _default;
