import { RuntimeValue, RuntimeFunction } from './types'; export declare function ensureSafePath(filePath: string, interpreter?: any, baseDir?: string): string; export declare function getBuiltins(interpreter?: any): Map; export declare function isTruthy(value: RuntimeValue): boolean; export declare function stripPrototypes(val: any): any; export declare function isEqual(a: RuntimeValue, b: RuntimeValue): boolean; export declare function stringify(value: RuntimeValue): string; export declare function compareValues(a: RuntimeValue, b: RuntimeValue): number; //# sourceMappingURL=builtins.d.ts.map