import { toPostfix } from './postfix'; export type Constants = Record; export declare function postfixEval(arr: ReturnType, Constants?: Constants): number; //# sourceMappingURL=postfix_evaluator.d.ts.map