import { tFunctions, tStack } from "../types"; export declare class Functions { private contextProperties; private f; private pr; private mergedF; private prSequence; private mergeCustomFunction; private getContext; constructor(customFunctions?: tFunctions); preRun(props: any): void; run(fName: any, fArgs: any): tStack; getFunctionNames(): string[]; } //# sourceMappingURL=Functions.d.ts.map