export type HorairesFieldCleanOperation = {
    selector: RegExp;
    fix: (...matches: string[]) => string;
};
export declare const REPLACE_SHORT_DAYS: HorairesFieldCleanOperation[];
export declare const HORAIRES_FIELD_CLEAN_OPERATIONS: HorairesFieldCleanOperation[];
//# sourceMappingURL=horaires.field.clean-operations.d.ts.map