/**
* How the requested leave will be paid out, e.g. cashed out.
*/
export declare enum PayOutType {
    DEFAULT,
    CASHEDOUT
}
