import { BN } from '@coral-xyz/anchor';
export declare const calculateOriginalLent: (solAmount: BN, feeAmount: BN) => BN;
export declare const calculateFullRepaidAmount: ({}: {}) => BN;
export declare const calculateCurrentRemainingLent: ({}: {}) => BN;
export declare const getTerminationStartedAt: ({}: {}) => BN;
