import { PropFunction } from "../type"; import { GraphNodes } from "../node"; export declare const propFunctionRegex: RegExp; export declare const propFunctions: PropFunction[]; export declare const utilsFunctions: (input: string, nodes: GraphNodes) => string | number;