export declare enum ResidencyStatus {
    AUSTRALIANRESIDENT,
    FOREIGNRESIDENT,
    WORKINGHOLIDAYMAKER
}
