export declare const AnomalyMonitorMonitorDimension: {
    readonly Service: "SERVICE";
};
/**
 * The dimensions to evaluate
 */
export type AnomalyMonitorMonitorDimension = (typeof AnomalyMonitorMonitorDimension)[keyof typeof AnomalyMonitorMonitorDimension];
export declare const AnomalyMonitorMonitorType: {
    readonly Dimensional: "DIMENSIONAL";
    readonly Custom: "CUSTOM";
};
/**
 * The possible type values.
 */
export type AnomalyMonitorMonitorType = (typeof AnomalyMonitorMonitorType)[keyof typeof AnomalyMonitorMonitorType];
export declare const AnomalySubscriptionFrequency: {
    readonly Daily: "DAILY";
    readonly Immediate: "IMMEDIATE";
    readonly Weekly: "WEEKLY";
};
/**
 * The frequency at which anomaly reports are sent over email.
 */
export type AnomalySubscriptionFrequency = (typeof AnomalySubscriptionFrequency)[keyof typeof AnomalySubscriptionFrequency];
export declare const AnomalySubscriptionSubscriberStatus: {
    readonly Confirmed: "CONFIRMED";
    readonly Declined: "DECLINED";
};
/**
 * Indicates if the subscriber accepts the notifications.
 */
export type AnomalySubscriptionSubscriberStatus = (typeof AnomalySubscriptionSubscriberStatus)[keyof typeof AnomalySubscriptionSubscriberStatus];
export declare const AnomalySubscriptionSubscriberType: {
    readonly Email: "EMAIL";
    readonly Sns: "SNS";
};
/**
 * The notification delivery channel.
 */
export type AnomalySubscriptionSubscriberType = (typeof AnomalySubscriptionSubscriberType)[keyof typeof AnomalySubscriptionSubscriberType];
export declare const CostCategoryRuleVersion: {
    readonly CostCategoryExpressionV1: "CostCategoryExpression.v1";
};
/**
 * The rule schema version in this particular Cost Category.
 */
export type CostCategoryRuleVersion = (typeof CostCategoryRuleVersion)[keyof typeof CostCategoryRuleVersion];
