import type { Calc } from "../Types"; declare const Calculator: (options: Calc) => Promise; export default Calculator;