import { MetricAlarm } from 'aws-sdk/clients/cloudwatch';
import { TagMap } from '../../types';
import { AwsCloudwatch } from '../../types/generated';
declare const _default: ({ service, account, region, }: {
    service: MetricAlarm & {
        Tags?: TagMap;
        region: string;
    };
    account: string;
    region: string;
}) => AwsCloudwatch;
/**
 * CloudWatch
 */
export default _default;
