import { InterpreterSpec } from '../types'; /** * @function $boolean * @param {*} value * @returns {Boolean} */ export declare const $boolean: InterpreterSpec; export declare const BOOLEAN_EXPRESSIONS: { $boolean: import("../types").InterpreterSpecSingle; };