export declare enum TFNExemptionType {
    NOTQUOTED,
    PENDING,
    PENSIONER,
    UNDER18
}
