export declare const FIRST_LOAN_FORM = "FIRST_LOAN_FORM"; export declare const SECOND_LOAN_FORM = "SECOND_LOAN_FORM"; export declare const LOGIN = "LOGIN"; export declare const IN_PROCESS_LOAN = "IN_PROCESS_LOAN"; export declare const REJECTED_LOAN = "REJECTED_LOAN"; export declare const LOAN_CONFIRMATION = "LOAN_CONFIRMATION"; export declare const OFFLINE_CONTRACT = "OFFLINE_CONTRACT"; export declare const DISBURSEMENT = "DISBURSEMENT"; export declare const ACTIVE_NORMAL = "ACTIVE_NORMAL"; export declare const IN_DEBT = "IN_DEBT"; export declare const PAIDBACK_PENDING = "PAIDBACK_PENDING"; export declare const DIGITAL_CONTRACT = "DIGITAL_CONTRACT"; export declare const PAIDBACK = "PAIDBACK"; export declare const EMPTY_LOAN = "EMPTY_LOAN"; export declare const FAQ = "FAQ"; export declare const OTHER = "OTHER";