declare const calculateTotalCredits: (credits: any | undefined | null) => number;
export default calculateTotalCredits;
