/** Defines the logic used to apply a workday filter. */ export declare const ScheduledShiftWorkdayMatcher: { readonly StartAt: "START_AT"; readonly EndAt: "END_AT"; readonly Intersection: "INTERSECTION"; }; export type ScheduledShiftWorkdayMatcher = (typeof ScheduledShiftWorkdayMatcher)[keyof typeof ScheduledShiftWorkdayMatcher];