/**
* Calendar type of the pay run
*/
export declare enum CalendarType {
    Weekly,
    Fortnightly,
    FourWeekly,
    Monthly,
    Annual,
    Quarterly,
    TwiceMonthly
}
