export declare const MASK_RULES_MAP: {
    label: string;
    value: string;
    detailedRules: string;
}[];
