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