export declare const THRIFT_JOBS: {
    PROCESS_AJO_CONTRIBUTION: string;
    PROCESS_AJO_COMPLETION: string;
};
export declare const WEBHOOK_JOBS: {
    PROCESS_PROVIDUS_EVENT: string;
    PROCESS_PAYSTACK_EVENT: string;
};
export declare const KYC_JOBS: {
    VERIFY_BVN: string;
    VERIFY_NIN: string;
    UPDATE_ID: string;
};
export declare const STATEMENT_JOBS: {
    GENERATE_ACCOUNT_STATEMENT: string;
    UPLOAD_STATEMENT: string;
};
export declare const VAS_JOBS: {
    RETRY_BILL_PAYMENT: string;
};
export declare const REWARD_JOBS: {
    DISTRIBUTE_BONUS: string;
    PROCESS_REFERRAL: string;
    CLAIM_REFERRAL_REWARD: string;
};
export declare const FINANCE_JOBS: {
    PROCESS_BATCH_DEBIT: string;
    PROCESS_BATCH_CREDIT: string;
    COLLECT_ARREARS: string;
};
