declare function calculateTotal(rolls: (string | number)[], bonus?: string | number): string | number;
export { calculateTotal };
