/** * A simple calculator with a constant and a few operators available, * taking care to assign the correct precedence to operators so that * they are applied in the right order. */ export default function calculator(): void;