import { Functions } from "../evaluate/Functions"; import { tStack } from "../types"; /** * Class to path to post fix notation result in a stack of * */ export declare class Postfix { private props; private callerId; private stacks; private stringQuote; private functionNames; constructor(callerId: string, functions: Functions); private isHigherPrecedent; private getPrecedentIndex; private getNextNonSpaceCharacterAndUpdateIndex; private getPreviousNonSpaceCharacter; private throwError; private setType; private tests; private postProcessFilterPaths; private reset; toPostfix(inputPath: string): (tStack | tStack[])[]; } //# sourceMappingURL=Postfix.d.ts.map