/** * @import { BoolLiteral, Site, Token } from "../index.js" */ /** * @param {{ * value: boolean | string * site?: Site * }} args * @returns {BoolLiteral} */ export function makeBoolLiteral(args: { value: boolean | string; site?: Site; }): BoolLiteral; import type { Site } from "../index.js"; import type { BoolLiteral } from "../index.js"; //# sourceMappingURL=BoolLiteral.d.ts.map