/** * * @param {CekValue[]} args * @param {BuiltinContext} _ctx * @returns {CekValue} */ export function evalDivideInteger(args: CekValue[], _ctx: BuiltinContext): CekValue; /** * @import { Builtin, BuiltinContext, CekValue } from "../../index.js" */ /** * @type {Builtin} */ export const divideInteger: Builtin; import type { CekValue } from "../../index.js"; import type { BuiltinContext } from "../../index.js"; import type { Builtin } from "../../index.js"; //# sourceMappingURL=divideInteger.d.ts.map