export declare enum AllowanceType {
    CAR,
    TRANSPORT,
    TRAVEL,
    LAUNDRY,
    MEALS,
    JOBKEEPER,
    OTHER
}
