import type * as $ from "./util"; import type * as G from "@ton/core"; export declare const PUSHNAN: (loc?: $.Loc) => PUSHNAN; export type PUSHNAN = { $: "PUSHNAN"; loc: $.Loc | undefined; }; export declare const ADD: (loc?: $.Loc) => ADD; export type ADD = { $: "ADD"; loc: $.Loc | undefined; }; export declare const SUB: (loc?: $.Loc) => SUB; export type SUB = { $: "SUB"; loc: $.Loc | undefined; }; export declare const SUBR: (loc?: $.Loc) => SUBR; export type SUBR = { $: "SUBR"; loc: $.Loc | undefined; }; export declare const NEGATE: (loc?: $.Loc) => NEGATE; export type NEGATE = { $: "NEGATE"; loc: $.Loc | undefined; }; export declare const INC: (loc?: $.Loc) => INC; export type INC = { $: "INC"; loc: $.Loc | undefined; }; export declare const DEC: (loc?: $.Loc) => DEC; export type DEC = { $: "DEC"; loc: $.Loc | undefined; }; export declare const MUL: (loc?: $.Loc) => MUL; export type MUL = { $: "MUL"; loc: $.Loc | undefined; }; export declare const POW2: (loc?: $.Loc) => POW2; export type POW2 = { $: "POW2"; loc: $.Loc | undefined; }; export declare const AND: (loc?: $.Loc) => AND; export type AND = { $: "AND"; loc: $.Loc | undefined; }; export declare const OR: (loc?: $.Loc) => OR; export type OR = { $: "OR"; loc: $.Loc | undefined; }; export declare const XOR: (loc?: $.Loc) => XOR; export type XOR = { $: "XOR"; loc: $.Loc | undefined; }; export declare const NOT: (loc?: $.Loc) => NOT; export type NOT = { $: "NOT"; loc: $.Loc | undefined; }; export declare const FITSX: (loc?: $.Loc) => FITSX; export type FITSX = { $: "FITSX"; loc: $.Loc | undefined; }; export declare const UFITSX: (loc?: $.Loc) => UFITSX; export type UFITSX = { $: "UFITSX"; loc: $.Loc | undefined; }; export declare const BITSIZE: (loc?: $.Loc) => BITSIZE; export type BITSIZE = { $: "BITSIZE"; loc: $.Loc | undefined; }; export declare const UBITSIZE: (loc?: $.Loc) => UBITSIZE; export type UBITSIZE = { $: "UBITSIZE"; loc: $.Loc | undefined; }; export declare const MIN: (loc?: $.Loc) => MIN; export type MIN = { $: "MIN"; loc: $.Loc | undefined; }; export declare const MAX: (loc?: $.Loc) => MAX; export type MAX = { $: "MAX"; loc: $.Loc | undefined; }; export declare const MINMAX: (loc?: $.Loc) => MINMAX; export type MINMAX = { $: "MINMAX"; loc: $.Loc | undefined; }; export declare const ABS: (loc?: $.Loc) => ABS; export type ABS = { $: "ABS"; loc: $.Loc | undefined; }; export declare const QADD: (loc?: $.Loc) => QADD; export type QADD = { $: "QADD"; loc: $.Loc | undefined; }; export declare const QSUB: (loc?: $.Loc) => QSUB; export type QSUB = { $: "QSUB"; loc: $.Loc | undefined; }; export declare const QSUBR: (loc?: $.Loc) => QSUBR; export type QSUBR = { $: "QSUBR"; loc: $.Loc | undefined; }; export declare const QNEGATE: (loc?: $.Loc) => QNEGATE; export type QNEGATE = { $: "QNEGATE"; loc: $.Loc | undefined; }; export declare const QINC: (loc?: $.Loc) => QINC; export type QINC = { $: "QINC"; loc: $.Loc | undefined; }; export declare const QDEC: (loc?: $.Loc) => QDEC; export type QDEC = { $: "QDEC"; loc: $.Loc | undefined; }; export declare const QMUL: (loc?: $.Loc) => QMUL; export type QMUL = { $: "QMUL"; loc: $.Loc | undefined; }; export declare const QPOW2: (loc?: $.Loc) => QPOW2; export type QPOW2 = { $: "QPOW2"; loc: $.Loc | undefined; }; export declare const QAND: (loc?: $.Loc) => QAND; export type QAND = { $: "QAND"; loc: $.Loc | undefined; }; export declare const QOR: (loc?: $.Loc) => QOR; export type QOR = { $: "QOR"; loc: $.Loc | undefined; }; export declare const QXOR: (loc?: $.Loc) => QXOR; export type QXOR = { $: "QXOR"; loc: $.Loc | undefined; }; export declare const QNOT: (loc?: $.Loc) => QNOT; export type QNOT = { $: "QNOT"; loc: $.Loc | undefined; }; export declare const QFITSX: (loc?: $.Loc) => QFITSX; export type QFITSX = { $: "QFITSX"; loc: $.Loc | undefined; }; export declare const QUFITSX: (loc?: $.Loc) => QUFITSX; export type QUFITSX = { $: "QUFITSX"; loc: $.Loc | undefined; }; export declare const QBITSIZE: (loc?: $.Loc) => QBITSIZE; export type QBITSIZE = { $: "QBITSIZE"; loc: $.Loc | undefined; }; export declare const QUBITSIZE: (loc?: $.Loc) => QUBITSIZE; export type QUBITSIZE = { $: "QUBITSIZE"; loc: $.Loc | undefined; }; export declare const QMIN: (loc?: $.Loc) => QMIN; export type QMIN = { $: "QMIN"; loc: $.Loc | undefined; }; export declare const QMAX: (loc?: $.Loc) => QMAX; export type QMAX = { $: "QMAX"; loc: $.Loc | undefined; }; export declare const QMINMAX: (loc?: $.Loc) => QMINMAX; export type QMINMAX = { $: "QMINMAX"; loc: $.Loc | undefined; }; export declare const QABS: (loc?: $.Loc) => QABS; export type QABS = { $: "QABS"; loc: $.Loc | undefined; }; export declare const SGN: (loc?: $.Loc) => SGN; export type SGN = { $: "SGN"; loc: $.Loc | undefined; }; export declare const LESS: (loc?: $.Loc) => LESS; export type LESS = { $: "LESS"; loc: $.Loc | undefined; }; export declare const EQUAL: (loc?: $.Loc) => EQUAL; export type EQUAL = { $: "EQUAL"; loc: $.Loc | undefined; }; export declare const LEQ: (loc?: $.Loc) => LEQ; export type LEQ = { $: "LEQ"; loc: $.Loc | undefined; }; export declare const GREATER: (loc?: $.Loc) => GREATER; export type GREATER = { $: "GREATER"; loc: $.Loc | undefined; }; export declare const NEQ: (loc?: $.Loc) => NEQ; export type NEQ = { $: "NEQ"; loc: $.Loc | undefined; }; export declare const GEQ: (loc?: $.Loc) => GEQ; export type GEQ = { $: "GEQ"; loc: $.Loc | undefined; }; export declare const CMP: (loc?: $.Loc) => CMP; export type CMP = { $: "CMP"; loc: $.Loc | undefined; }; export declare const ISNAN: (loc?: $.Loc) => ISNAN; export type ISNAN = { $: "ISNAN"; loc: $.Loc | undefined; }; export declare const CHKNAN: (loc?: $.Loc) => CHKNAN; export type CHKNAN = { $: "CHKNAN"; loc: $.Loc | undefined; }; export declare const QSGN: (loc?: $.Loc) => QSGN; export type QSGN = { $: "QSGN"; loc: $.Loc | undefined; }; export declare const QLESS: (loc?: $.Loc) => QLESS; export type QLESS = { $: "QLESS"; loc: $.Loc | undefined; }; export declare const QEQUAL: (loc?: $.Loc) => QEQUAL; export type QEQUAL = { $: "QEQUAL"; loc: $.Loc | undefined; }; export declare const QLEQ: (loc?: $.Loc) => QLEQ; export type QLEQ = { $: "QLEQ"; loc: $.Loc | undefined; }; export declare const QGREATER: (loc?: $.Loc) => QGREATER; export type QGREATER = { $: "QGREATER"; loc: $.Loc | undefined; }; export declare const QNEQ: (loc?: $.Loc) => QNEQ; export type QNEQ = { $: "QNEQ"; loc: $.Loc | undefined; }; export declare const QGEQ: (loc?: $.Loc) => QGEQ; export type QGEQ = { $: "QGEQ"; loc: $.Loc | undefined; }; export declare const QCMP: (loc?: $.Loc) => QCMP; export type QCMP = { $: "QCMP"; loc: $.Loc | undefined; }; export declare const SEMPTY: (loc?: $.Loc) => SEMPTY; export type SEMPTY = { $: "SEMPTY"; loc: $.Loc | undefined; }; export declare const SDEMPTY: (loc?: $.Loc) => SDEMPTY; export type SDEMPTY = { $: "SDEMPTY"; loc: $.Loc | undefined; }; export declare const SREMPTY: (loc?: $.Loc) => SREMPTY; export type SREMPTY = { $: "SREMPTY"; loc: $.Loc | undefined; }; export declare const SDFIRST: (loc?: $.Loc) => SDFIRST; export type SDFIRST = { $: "SDFIRST"; loc: $.Loc | undefined; }; export declare const SDLEXCMP: (loc?: $.Loc) => SDLEXCMP; export type SDLEXCMP = { $: "SDLEXCMP"; loc: $.Loc | undefined; }; export declare const SDEQ: (loc?: $.Loc) => SDEQ; export type SDEQ = { $: "SDEQ"; loc: $.Loc | undefined; }; export declare const SDPFX: (loc?: $.Loc) => SDPFX; export type SDPFX = { $: "SDPFX"; loc: $.Loc | undefined; }; export declare const SDPFXREV: (loc?: $.Loc) => SDPFXREV; export type SDPFXREV = { $: "SDPFXREV"; loc: $.Loc | undefined; }; export declare const SDPPFX: (loc?: $.Loc) => SDPPFX; export type SDPPFX = { $: "SDPPFX"; loc: $.Loc | undefined; }; export declare const SDPPFXREV: (loc?: $.Loc) => SDPPFXREV; export type SDPPFXREV = { $: "SDPPFXREV"; loc: $.Loc | undefined; }; export declare const SDSFX: (loc?: $.Loc) => SDSFX; export type SDSFX = { $: "SDSFX"; loc: $.Loc | undefined; }; export declare const SDSFXREV: (loc?: $.Loc) => SDSFXREV; export type SDSFXREV = { $: "SDSFXREV"; loc: $.Loc | undefined; }; export declare const SDPSFX: (loc?: $.Loc) => SDPSFX; export type SDPSFX = { $: "SDPSFX"; loc: $.Loc | undefined; }; export declare const SDPSFXREV: (loc?: $.Loc) => SDPSFXREV; export type SDPSFXREV = { $: "SDPSFXREV"; loc: $.Loc | undefined; }; export declare const SDCNTLEAD0: (loc?: $.Loc) => SDCNTLEAD0; export type SDCNTLEAD0 = { $: "SDCNTLEAD0"; loc: $.Loc | undefined; }; export declare const SDCNTLEAD1: (loc?: $.Loc) => SDCNTLEAD1; export type SDCNTLEAD1 = { $: "SDCNTLEAD1"; loc: $.Loc | undefined; }; export declare const SDCNTTRAIL0: (loc?: $.Loc) => SDCNTTRAIL0; export type SDCNTTRAIL0 = { $: "SDCNTTRAIL0"; loc: $.Loc | undefined; }; export declare const SDCNTTRAIL1: (loc?: $.Loc) => SDCNTTRAIL1; export type SDCNTTRAIL1 = { $: "SDCNTTRAIL1"; loc: $.Loc | undefined; }; export declare const NEWC: (loc?: $.Loc) => NEWC; export type NEWC = { $: "NEWC"; loc: $.Loc | undefined; }; export declare const ENDC: (loc?: $.Loc) => ENDC; export type ENDC = { $: "ENDC"; loc: $.Loc | undefined; }; export declare const ENDCST: (loc?: $.Loc) => ENDCST; export type ENDCST = { $: "ENDCST"; loc: $.Loc | undefined; }; export declare const STBREF: (loc?: $.Loc) => STBREF; export type STBREF = { $: "STBREF"; loc: $.Loc | undefined; }; export declare const STB: (loc?: $.Loc) => STB; export type STB = { $: "STB"; loc: $.Loc | undefined; }; export declare const STREFR: (loc?: $.Loc) => STREFR; export type STREFR = { $: "STREFR"; loc: $.Loc | undefined; }; export declare const STBREFR: (loc?: $.Loc) => STBREFR; export type STBREFR = { $: "STBREFR"; loc: $.Loc | undefined; }; export declare const STSLICER: (loc?: $.Loc) => STSLICER; export type STSLICER = { $: "STSLICER"; loc: $.Loc | undefined; }; export declare const STBR: (loc?: $.Loc) => STBR; export type STBR = { $: "STBR"; loc: $.Loc | undefined; }; export declare const STREFQ: (loc?: $.Loc) => STREFQ; export type STREFQ = { $: "STREFQ"; loc: $.Loc | undefined; }; export declare const STBREFQ: (loc?: $.Loc) => STBREFQ; export type STBREFQ = { $: "STBREFQ"; loc: $.Loc | undefined; }; export declare const STSLICEQ: (loc?: $.Loc) => STSLICEQ; export type STSLICEQ = { $: "STSLICEQ"; loc: $.Loc | undefined; }; export declare const STBQ: (loc?: $.Loc) => STBQ; export type STBQ = { $: "STBQ"; loc: $.Loc | undefined; }; export declare const STREFRQ: (loc?: $.Loc) => STREFRQ; export type STREFRQ = { $: "STREFRQ"; loc: $.Loc | undefined; }; export declare const STBREFRQ: (loc?: $.Loc) => STBREFRQ; export type STBREFRQ = { $: "STBREFRQ"; loc: $.Loc | undefined; }; export declare const STSLICERQ: (loc?: $.Loc) => STSLICERQ; export type STSLICERQ = { $: "STSLICERQ"; loc: $.Loc | undefined; }; export declare const STBRQ: (loc?: $.Loc) => STBRQ; export type STBRQ = { $: "STBRQ"; loc: $.Loc | undefined; }; export declare const ENDXC: (loc?: $.Loc) => ENDXC; export type ENDXC = { $: "ENDXC"; loc: $.Loc | undefined; }; export declare const BDEPTH: (loc?: $.Loc) => BDEPTH; export type BDEPTH = { $: "BDEPTH"; loc: $.Loc | undefined; }; export declare const BBITS: (loc?: $.Loc) => BBITS; export type BBITS = { $: "BBITS"; loc: $.Loc | undefined; }; export declare const BREFS: (loc?: $.Loc) => BREFS; export type BREFS = { $: "BREFS"; loc: $.Loc | undefined; }; export declare const BBITREFS: (loc?: $.Loc) => BBITREFS; export type BBITREFS = { $: "BBITREFS"; loc: $.Loc | undefined; }; export declare const BREMBITS: (loc?: $.Loc) => BREMBITS; export type BREMBITS = { $: "BREMBITS"; loc: $.Loc | undefined; }; export declare const BREMREFS: (loc?: $.Loc) => BREMREFS; export type BREMREFS = { $: "BREMREFS"; loc: $.Loc | undefined; }; export declare const BREMBITREFS: (loc?: $.Loc) => BREMBITREFS; export type BREMBITREFS = { $: "BREMBITREFS"; loc: $.Loc | undefined; }; export declare const BCHKREFS: (loc?: $.Loc) => BCHKREFS; export type BCHKREFS = { $: "BCHKREFS"; loc: $.Loc | undefined; }; export declare const BCHKBITREFS: (loc?: $.Loc) => BCHKBITREFS; export type BCHKBITREFS = { $: "BCHKBITREFS"; loc: $.Loc | undefined; }; export declare const BCHKREFSQ: (loc?: $.Loc) => BCHKREFSQ; export type BCHKREFSQ = { $: "BCHKREFSQ"; loc: $.Loc | undefined; }; export declare const BCHKBITREFSQ: (loc?: $.Loc) => BCHKBITREFSQ; export type BCHKBITREFSQ = { $: "BCHKBITREFSQ"; loc: $.Loc | undefined; }; export declare const STZEROES: (loc?: $.Loc) => STZEROES; export type STZEROES = { $: "STZEROES"; loc: $.Loc | undefined; }; export declare const STONES: (loc?: $.Loc) => STONES; export type STONES = { $: "STONES"; loc: $.Loc | undefined; }; export declare const STSAME: (loc?: $.Loc) => STSAME; export type STSAME = { $: "STSAME"; loc: $.Loc | undefined; }; export declare const CTOS: (loc?: $.Loc) => CTOS; export type CTOS = { $: "CTOS"; loc: $.Loc | undefined; }; export declare const ENDS: (loc?: $.Loc) => ENDS; export type ENDS = { $: "ENDS"; loc: $.Loc | undefined; }; export declare const LDREF: (loc?: $.Loc) => LDREF; export type LDREF = { $: "LDREF"; loc: $.Loc | undefined; }; export declare const LDREFRTOS: (loc?: $.Loc) => LDREFRTOS; export type LDREFRTOS = { $: "LDREFRTOS"; loc: $.Loc | undefined; }; export declare const SDCUTFIRST: (loc?: $.Loc) => SDCUTFIRST; export type SDCUTFIRST = { $: "SDCUTFIRST"; loc: $.Loc | undefined; }; export declare const SDSKIPFIRST: (loc?: $.Loc) => SDSKIPFIRST; export type SDSKIPFIRST = { $: "SDSKIPFIRST"; loc: $.Loc | undefined; }; export declare const SDCUTLAST: (loc?: $.Loc) => SDCUTLAST; export type SDCUTLAST = { $: "SDCUTLAST"; loc: $.Loc | undefined; }; export declare const SDSKIPLAST: (loc?: $.Loc) => SDSKIPLAST; export type SDSKIPLAST = { $: "SDSKIPLAST"; loc: $.Loc | undefined; }; export declare const SDSUBSTR: (loc?: $.Loc) => SDSUBSTR; export type SDSUBSTR = { $: "SDSUBSTR"; loc: $.Loc | undefined; }; export declare const SCUTFIRST: (loc?: $.Loc) => SCUTFIRST; export type SCUTFIRST = { $: "SCUTFIRST"; loc: $.Loc | undefined; }; export declare const SSKIPFIRST: (loc?: $.Loc) => SSKIPFIRST; export type SSKIPFIRST = { $: "SSKIPFIRST"; loc: $.Loc | undefined; }; export declare const SCUTLAST: (loc?: $.Loc) => SCUTLAST; export type SCUTLAST = { $: "SCUTLAST"; loc: $.Loc | undefined; }; export declare const SSKIPLAST: (loc?: $.Loc) => SSKIPLAST; export type SSKIPLAST = { $: "SSKIPLAST"; loc: $.Loc | undefined; }; export declare const SUBSLICE: (loc?: $.Loc) => SUBSLICE; export type SUBSLICE = { $: "SUBSLICE"; loc: $.Loc | undefined; }; export declare const SPLIT: (loc?: $.Loc) => SPLIT; export type SPLIT = { $: "SPLIT"; loc: $.Loc | undefined; }; export declare const SPLITQ: (loc?: $.Loc) => SPLITQ; export type SPLITQ = { $: "SPLITQ"; loc: $.Loc | undefined; }; export declare const XCTOS: (loc?: $.Loc) => XCTOS; export type XCTOS = { $: "XCTOS"; loc: $.Loc | undefined; }; export declare const XLOAD: (loc?: $.Loc) => XLOAD; export type XLOAD = { $: "XLOAD"; loc: $.Loc | undefined; }; export declare const XLOADQ: (loc?: $.Loc) => XLOADQ; export type XLOADQ = { $: "XLOADQ"; loc: $.Loc | undefined; }; export declare const SCHKBITS: (loc?: $.Loc) => SCHKBITS; export type SCHKBITS = { $: "SCHKBITS"; loc: $.Loc | undefined; }; export declare const SCHKREFS: (loc?: $.Loc) => SCHKREFS; export type SCHKREFS = { $: "SCHKREFS"; loc: $.Loc | undefined; }; export declare const SCHKBITREFS: (loc?: $.Loc) => SCHKBITREFS; export type SCHKBITREFS = { $: "SCHKBITREFS"; loc: $.Loc | undefined; }; export declare const SCHKBITSQ: (loc?: $.Loc) => SCHKBITSQ; export type SCHKBITSQ = { $: "SCHKBITSQ"; loc: $.Loc | undefined; }; export declare const SCHKREFSQ: (loc?: $.Loc) => SCHKREFSQ; export type SCHKREFSQ = { $: "SCHKREFSQ"; loc: $.Loc | undefined; }; export declare const SCHKBITREFSQ: (loc?: $.Loc) => SCHKBITREFSQ; export type SCHKBITREFSQ = { $: "SCHKBITREFSQ"; loc: $.Loc | undefined; }; export declare const PLDREFVAR: (loc?: $.Loc) => PLDREFVAR; export type PLDREFVAR = { $: "PLDREFVAR"; loc: $.Loc | undefined; }; export declare const SBITS: (loc?: $.Loc) => SBITS; export type SBITS = { $: "SBITS"; loc: $.Loc | undefined; }; export declare const SREFS: (loc?: $.Loc) => SREFS; export type SREFS = { $: "SREFS"; loc: $.Loc | undefined; }; export declare const SBITREFS: (loc?: $.Loc) => SBITREFS; export type SBITREFS = { $: "SBITREFS"; loc: $.Loc | undefined; }; export declare const LDZEROES: (loc?: $.Loc) => LDZEROES; export type LDZEROES = { $: "LDZEROES"; loc: $.Loc | undefined; }; export declare const LDONES: (loc?: $.Loc) => LDONES; export type LDONES = { $: "LDONES"; loc: $.Loc | undefined; }; export declare const LDSAME: (loc?: $.Loc) => LDSAME; export type LDSAME = { $: "LDSAME"; loc: $.Loc | undefined; }; export declare const SDEPTH: (loc?: $.Loc) => SDEPTH; export type SDEPTH = { $: "SDEPTH"; loc: $.Loc | undefined; }; export declare const CDEPTH: (loc?: $.Loc) => CDEPTH; export type CDEPTH = { $: "CDEPTH"; loc: $.Loc | undefined; }; export declare const CLEVEL: (loc?: $.Loc) => CLEVEL; export type CLEVEL = { $: "CLEVEL"; loc: $.Loc | undefined; }; export declare const CLEVELMASK: (loc?: $.Loc) => CLEVELMASK; export type CLEVELMASK = { $: "CLEVELMASK"; loc: $.Loc | undefined; }; export declare const CHASHIX: (loc?: $.Loc) => CHASHIX; export type CHASHIX = { $: "CHASHIX"; loc: $.Loc | undefined; }; export declare const CDEPTHIX: (loc?: $.Loc) => CDEPTHIX; export type CDEPTHIX = { $: "CDEPTHIX"; loc: $.Loc | undefined; }; export declare const EXECUTE: (loc?: $.Loc) => EXECUTE; export type EXECUTE = { $: "EXECUTE"; loc: $.Loc | undefined; }; export declare const JMPX: (loc?: $.Loc) => JMPX; export type JMPX = { $: "JMPX"; loc: $.Loc | undefined; }; export declare const RET: (loc?: $.Loc) => RET; export type RET = { $: "RET"; loc: $.Loc | undefined; }; export declare const RETALT: (loc?: $.Loc) => RETALT; export type RETALT = { $: "RETALT"; loc: $.Loc | undefined; }; export declare const RETBOOL: (loc?: $.Loc) => RETBOOL; export type RETBOOL = { $: "RETBOOL"; loc: $.Loc | undefined; }; export declare const CALLCC: (loc?: $.Loc) => CALLCC; export type CALLCC = { $: "CALLCC"; loc: $.Loc | undefined; }; export declare const JMPXDATA: (loc?: $.Loc) => JMPXDATA; export type JMPXDATA = { $: "JMPXDATA"; loc: $.Loc | undefined; }; export declare const CALLXVARARGS: (loc?: $.Loc) => CALLXVARARGS; export type CALLXVARARGS = { $: "CALLXVARARGS"; loc: $.Loc | undefined; }; export declare const RETVARARGS: (loc?: $.Loc) => RETVARARGS; export type RETVARARGS = { $: "RETVARARGS"; loc: $.Loc | undefined; }; export declare const JMPXVARARGS: (loc?: $.Loc) => JMPXVARARGS; export type JMPXVARARGS = { $: "JMPXVARARGS"; loc: $.Loc | undefined; }; export declare const CALLCCVARARGS: (loc?: $.Loc) => CALLCCVARARGS; export type CALLCCVARARGS = { $: "CALLCCVARARGS"; loc: $.Loc | undefined; }; export declare const RETDATA: (loc?: $.Loc) => RETDATA; export type RETDATA = { $: "RETDATA"; loc: $.Loc | undefined; }; export declare const RUNVMX: (loc?: $.Loc) => RUNVMX; export type RUNVMX = { $: "RUNVMX"; loc: $.Loc | undefined; }; export declare const IFRET: (loc?: $.Loc) => IFRET; export type IFRET = { $: "IFRET"; loc: $.Loc | undefined; }; export declare const IFNOTRET: (loc?: $.Loc) => IFNOTRET; export type IFNOTRET = { $: "IFNOTRET"; loc: $.Loc | undefined; }; export declare const IF: (loc?: $.Loc) => IF; export type IF = { $: "IF"; loc: $.Loc | undefined; }; export declare const IFNOT: (loc?: $.Loc) => IFNOT; export type IFNOT = { $: "IFNOT"; loc: $.Loc | undefined; }; export declare const IFJMP: (loc?: $.Loc) => IFJMP; export type IFJMP = { $: "IFJMP"; loc: $.Loc | undefined; }; export declare const IFNOTJMP: (loc?: $.Loc) => IFNOTJMP; export type IFNOTJMP = { $: "IFNOTJMP"; loc: $.Loc | undefined; }; export declare const IFELSE: (loc?: $.Loc) => IFELSE; export type IFELSE = { $: "IFELSE"; loc: $.Loc | undefined; }; export declare const CONDSEL: (loc?: $.Loc) => CONDSEL; export type CONDSEL = { $: "CONDSEL"; loc: $.Loc | undefined; }; export declare const CONDSELCHK: (loc?: $.Loc) => CONDSELCHK; export type CONDSELCHK = { $: "CONDSELCHK"; loc: $.Loc | undefined; }; export declare const IFRETALT: (loc?: $.Loc) => IFRETALT; export type IFRETALT = { $: "IFRETALT"; loc: $.Loc | undefined; }; export declare const IFNOTRETALT: (loc?: $.Loc) => IFNOTRETALT; export type IFNOTRETALT = { $: "IFNOTRETALT"; loc: $.Loc | undefined; }; export declare const REPEAT: (loc?: $.Loc) => REPEAT; export type REPEAT = { $: "REPEAT"; loc: $.Loc | undefined; }; export declare const REPEATEND: (loc?: $.Loc) => REPEATEND; export type REPEATEND = { $: "REPEATEND"; loc: $.Loc | undefined; }; export declare const UNTIL: (loc?: $.Loc) => UNTIL; export type UNTIL = { $: "UNTIL"; loc: $.Loc | undefined; }; export declare const UNTILEND: (loc?: $.Loc) => UNTILEND; export type UNTILEND = { $: "UNTILEND"; loc: $.Loc | undefined; }; export declare const WHILE: (loc?: $.Loc) => WHILE; export type WHILE = { $: "WHILE"; loc: $.Loc | undefined; }; export declare const WHILEEND: (loc?: $.Loc) => WHILEEND; export type WHILEEND = { $: "WHILEEND"; loc: $.Loc | undefined; }; export declare const AGAIN: (loc?: $.Loc) => AGAIN; export type AGAIN = { $: "AGAIN"; loc: $.Loc | undefined; }; export declare const AGAINEND: (loc?: $.Loc) => AGAINEND; export type AGAINEND = { $: "AGAINEND"; loc: $.Loc | undefined; }; export declare const REPEATBRK: (loc?: $.Loc) => REPEATBRK; export type REPEATBRK = { $: "REPEATBRK"; loc: $.Loc | undefined; }; export declare const REPEATENDBRK: (loc?: $.Loc) => REPEATENDBRK; export type REPEATENDBRK = { $: "REPEATENDBRK"; loc: $.Loc | undefined; }; export declare const UNTILBRK: (loc?: $.Loc) => UNTILBRK; export type UNTILBRK = { $: "UNTILBRK"; loc: $.Loc | undefined; }; export declare const UNTILENDBRK: (loc?: $.Loc) => UNTILENDBRK; export type UNTILENDBRK = { $: "UNTILENDBRK"; loc: $.Loc | undefined; }; export declare const WHILEBRK: (loc?: $.Loc) => WHILEBRK; export type WHILEBRK = { $: "WHILEBRK"; loc: $.Loc | undefined; }; export declare const WHILEENDBRK: (loc?: $.Loc) => WHILEENDBRK; export type WHILEENDBRK = { $: "WHILEENDBRK"; loc: $.Loc | undefined; }; export declare const AGAINBRK: (loc?: $.Loc) => AGAINBRK; export type AGAINBRK = { $: "AGAINBRK"; loc: $.Loc | undefined; }; export declare const AGAINENDBRK: (loc?: $.Loc) => AGAINENDBRK; export type AGAINENDBRK = { $: "AGAINENDBRK"; loc: $.Loc | undefined; }; export declare const RETURNVARARGS: (loc?: $.Loc) => RETURNVARARGS; export type RETURNVARARGS = { $: "RETURNVARARGS"; loc: $.Loc | undefined; }; export declare const SETCONTVARARGS: (loc?: $.Loc) => SETCONTVARARGS; export type SETCONTVARARGS = { $: "SETCONTVARARGS"; loc: $.Loc | undefined; }; export declare const SETNUMVARARGS: (loc?: $.Loc) => SETNUMVARARGS; export type SETNUMVARARGS = { $: "SETNUMVARARGS"; loc: $.Loc | undefined; }; export declare const BLESS: (loc?: $.Loc) => BLESS; export type BLESS = { $: "BLESS"; loc: $.Loc | undefined; }; export declare const BLESSVARARGS: (loc?: $.Loc) => BLESSVARARGS; export type BLESSVARARGS = { $: "BLESSVARARGS"; loc: $.Loc | undefined; }; export declare const PUSHCTRX: (loc?: $.Loc) => PUSHCTRX; export type PUSHCTRX = { $: "PUSHCTRX"; loc: $.Loc | undefined; }; export declare const POPCTRX: (loc?: $.Loc) => POPCTRX; export type POPCTRX = { $: "POPCTRX"; loc: $.Loc | undefined; }; export declare const SETCONTCTRX: (loc?: $.Loc) => SETCONTCTRX; export type SETCONTCTRX = { $: "SETCONTCTRX"; loc: $.Loc | undefined; }; export declare const SETCONTCTRMANYX: (loc?: $.Loc) => SETCONTCTRMANYX; export type SETCONTCTRMANYX = { $: "SETCONTCTRMANYX"; loc: $.Loc | undefined; }; export declare const BOOLAND: (loc?: $.Loc) => BOOLAND; export type BOOLAND = { $: "BOOLAND"; loc: $.Loc | undefined; }; export declare const BOOLOR: (loc?: $.Loc) => BOOLOR; export type BOOLOR = { $: "BOOLOR"; loc: $.Loc | undefined; }; export declare const COMPOSBOTH: (loc?: $.Loc) => COMPOSBOTH; export type COMPOSBOTH = { $: "COMPOSBOTH"; loc: $.Loc | undefined; }; export declare const ATEXIT: (loc?: $.Loc) => ATEXIT; export type ATEXIT = { $: "ATEXIT"; loc: $.Loc | undefined; }; export declare const ATEXITALT: (loc?: $.Loc) => ATEXITALT; export type ATEXITALT = { $: "ATEXITALT"; loc: $.Loc | undefined; }; export declare const SETEXITALT: (loc?: $.Loc) => SETEXITALT; export type SETEXITALT = { $: "SETEXITALT"; loc: $.Loc | undefined; }; export declare const THENRET: (loc?: $.Loc) => THENRET; export type THENRET = { $: "THENRET"; loc: $.Loc | undefined; }; export declare const THENRETALT: (loc?: $.Loc) => THENRETALT; export type THENRETALT = { $: "THENRETALT"; loc: $.Loc | undefined; }; export declare const INVERT: (loc?: $.Loc) => INVERT; export type INVERT = { $: "INVERT"; loc: $.Loc | undefined; }; export declare const BOOLEVAL: (loc?: $.Loc) => BOOLEVAL; export type BOOLEVAL = { $: "BOOLEVAL"; loc: $.Loc | undefined; }; export declare const SAMEALT: (loc?: $.Loc) => SAMEALT; export type SAMEALT = { $: "SAMEALT"; loc: $.Loc | undefined; }; export declare const SAMEALTSAVE: (loc?: $.Loc) => SAMEALTSAVE; export type SAMEALTSAVE = { $: "SAMEALTSAVE"; loc: $.Loc | undefined; }; export declare const TRY: (loc?: $.Loc) => TRY; export type TRY = { $: "TRY"; loc: $.Loc | undefined; }; export declare const SETCPX: (loc?: $.Loc) => SETCPX; export type SETCPX = { $: "SETCPX"; loc: $.Loc | undefined; }; export declare const STDICT: (loc?: $.Loc) => STDICT; export type STDICT = { $: "STDICT"; loc: $.Loc | undefined; }; export declare const SKIPDICT: (loc?: $.Loc) => SKIPDICT; export type SKIPDICT = { $: "SKIPDICT"; loc: $.Loc | undefined; }; export declare const LDDICTS: (loc?: $.Loc) => LDDICTS; export type LDDICTS = { $: "LDDICTS"; loc: $.Loc | undefined; }; export declare const PLDDICTS: (loc?: $.Loc) => PLDDICTS; export type PLDDICTS = { $: "PLDDICTS"; loc: $.Loc | undefined; }; export declare const LDDICT: (loc?: $.Loc) => LDDICT; export type LDDICT = { $: "LDDICT"; loc: $.Loc | undefined; }; export declare const PLDDICT: (loc?: $.Loc) => PLDDICT; export type PLDDICT = { $: "PLDDICT"; loc: $.Loc | undefined; }; export declare const LDDICTQ: (loc?: $.Loc) => LDDICTQ; export type LDDICTQ = { $: "LDDICTQ"; loc: $.Loc | undefined; }; export declare const PLDDICTQ: (loc?: $.Loc) => PLDDICTQ; export type PLDDICTQ = { $: "PLDDICTQ"; loc: $.Loc | undefined; }; export declare const PFXDICTSET: (loc?: $.Loc) => PFXDICTSET; export type PFXDICTSET = { $: "PFXDICTSET"; loc: $.Loc | undefined; }; export declare const PFXDICTREPLACE: (loc?: $.Loc) => PFXDICTREPLACE; export type PFXDICTREPLACE = { $: "PFXDICTREPLACE"; loc: $.Loc | undefined; }; export declare const PFXDICTADD: (loc?: $.Loc) => PFXDICTADD; export type PFXDICTADD = { $: "PFXDICTADD"; loc: $.Loc | undefined; }; export declare const PFXDICTDEL: (loc?: $.Loc) => PFXDICTDEL; export type PFXDICTDEL = { $: "PFXDICTDEL"; loc: $.Loc | undefined; }; export declare const PFXDICTGETQ: (loc?: $.Loc) => PFXDICTGETQ; export type PFXDICTGETQ = { $: "PFXDICTGETQ"; loc: $.Loc | undefined; }; export declare const PFXDICTGET: (loc?: $.Loc) => PFXDICTGET; export type PFXDICTGET = { $: "PFXDICTGET"; loc: $.Loc | undefined; }; export declare const PFXDICTGETJMP: (loc?: $.Loc) => PFXDICTGETJMP; export type PFXDICTGETJMP = { $: "PFXDICTGETJMP"; loc: $.Loc | undefined; }; export declare const PFXDICTGETEXEC: (loc?: $.Loc) => PFXDICTGETEXEC; export type PFXDICTGETEXEC = { $: "PFXDICTGETEXEC"; loc: $.Loc | undefined; }; export declare const NOP: (loc?: $.Loc) => NOP; export type NOP = { $: "NOP"; loc: $.Loc | undefined; }; export declare const SWAP: (loc?: $.Loc) => SWAP; export type SWAP = { $: "SWAP"; loc: $.Loc | undefined; }; export declare const DUP: (loc?: $.Loc) => DUP; export type DUP = { $: "DUP"; loc: $.Loc | undefined; }; export declare const OVER: (loc?: $.Loc) => OVER; export type OVER = { $: "OVER"; loc: $.Loc | undefined; }; export declare const DROP: (loc?: $.Loc) => DROP; export type DROP = { $: "DROP"; loc: $.Loc | undefined; }; export declare const NIP: (loc?: $.Loc) => NIP; export type NIP = { $: "NIP"; loc: $.Loc | undefined; }; export declare const ROT: (loc?: $.Loc) => ROT; export type ROT = { $: "ROT"; loc: $.Loc | undefined; }; export declare const ROTREV: (loc?: $.Loc) => ROTREV; export type ROTREV = { $: "ROTREV"; loc: $.Loc | undefined; }; export declare const PICK: (loc?: $.Loc) => PICK; export type PICK = { $: "PICK"; loc: $.Loc | undefined; }; export declare const ROLL: (loc?: $.Loc) => ROLL; export type ROLL = { $: "ROLL"; loc: $.Loc | undefined; }; export declare const ROLLREV: (loc?: $.Loc) => ROLLREV; export type ROLLREV = { $: "ROLLREV"; loc: $.Loc | undefined; }; export declare const BLKSWX: (loc?: $.Loc) => BLKSWX; export type BLKSWX = { $: "BLKSWX"; loc: $.Loc | undefined; }; export declare const REVX: (loc?: $.Loc) => REVX; export type REVX = { $: "REVX"; loc: $.Loc | undefined; }; export declare const DROPX: (loc?: $.Loc) => DROPX; export type DROPX = { $: "DROPX"; loc: $.Loc | undefined; }; export declare const TUCK: (loc?: $.Loc) => TUCK; export type TUCK = { $: "TUCK"; loc: $.Loc | undefined; }; export declare const XCHGX: (loc?: $.Loc) => XCHGX; export type XCHGX = { $: "XCHGX"; loc: $.Loc | undefined; }; export declare const DEPTH: (loc?: $.Loc) => DEPTH; export type DEPTH = { $: "DEPTH"; loc: $.Loc | undefined; }; export declare const CHKDEPTH: (loc?: $.Loc) => CHKDEPTH; export type CHKDEPTH = { $: "CHKDEPTH"; loc: $.Loc | undefined; }; export declare const ONLYTOPX: (loc?: $.Loc) => ONLYTOPX; export type ONLYTOPX = { $: "ONLYTOPX"; loc: $.Loc | undefined; }; export declare const ONLYX: (loc?: $.Loc) => ONLYX; export type ONLYX = { $: "ONLYX"; loc: $.Loc | undefined; }; export declare const ACCEPT: (loc?: $.Loc) => ACCEPT; export type ACCEPT = { $: "ACCEPT"; loc: $.Loc | undefined; }; export declare const SETGASLIMIT: (loc?: $.Loc) => SETGASLIMIT; export type SETGASLIMIT = { $: "SETGASLIMIT"; loc: $.Loc | undefined; }; export declare const GASCONSUMED: (loc?: $.Loc) => GASCONSUMED; export type GASCONSUMED = { $: "GASCONSUMED"; loc: $.Loc | undefined; }; export declare const COMMIT: (loc?: $.Loc) => COMMIT; export type COMMIT = { $: "COMMIT"; loc: $.Loc | undefined; }; export declare const NOW: (loc?: $.Loc) => NOW; export type NOW = { $: "NOW"; loc: $.Loc | undefined; }; export declare const BLOCKLT: (loc?: $.Loc) => BLOCKLT; export type BLOCKLT = { $: "BLOCKLT"; loc: $.Loc | undefined; }; export declare const LTIME: (loc?: $.Loc) => LTIME; export type LTIME = { $: "LTIME"; loc: $.Loc | undefined; }; export declare const RANDSEED: (loc?: $.Loc) => RANDSEED; export type RANDSEED = { $: "RANDSEED"; loc: $.Loc | undefined; }; export declare const BALANCE: (loc?: $.Loc) => BALANCE; export type BALANCE = { $: "BALANCE"; loc: $.Loc | undefined; }; export declare const MYADDR: (loc?: $.Loc) => MYADDR; export type MYADDR = { $: "MYADDR"; loc: $.Loc | undefined; }; export declare const CONFIGROOT: (loc?: $.Loc) => CONFIGROOT; export type CONFIGROOT = { $: "CONFIGROOT"; loc: $.Loc | undefined; }; export declare const MYCODE: (loc?: $.Loc) => MYCODE; export type MYCODE = { $: "MYCODE"; loc: $.Loc | undefined; }; export declare const INCOMINGVALUE: (loc?: $.Loc) => INCOMINGVALUE; export type INCOMINGVALUE = { $: "INCOMINGVALUE"; loc: $.Loc | undefined; }; export declare const STORAGEFEES: (loc?: $.Loc) => STORAGEFEES; export type STORAGEFEES = { $: "STORAGEFEES"; loc: $.Loc | undefined; }; export declare const PREVBLOCKSINFOTUPLE: (loc?: $.Loc) => PREVBLOCKSINFOTUPLE; export type PREVBLOCKSINFOTUPLE = { $: "PREVBLOCKSINFOTUPLE"; loc: $.Loc | undefined; }; export declare const UNPACKEDCONFIGTUPLE: (loc?: $.Loc) => UNPACKEDCONFIGTUPLE; export type UNPACKEDCONFIGTUPLE = { $: "UNPACKEDCONFIGTUPLE"; loc: $.Loc | undefined; }; export declare const DUEPAYMENT: (loc?: $.Loc) => DUEPAYMENT; export type DUEPAYMENT = { $: "DUEPAYMENT"; loc: $.Loc | undefined; }; export declare const CONFIGDICT: (loc?: $.Loc) => CONFIGDICT; export type CONFIGDICT = { $: "CONFIGDICT"; loc: $.Loc | undefined; }; export declare const CONFIGPARAM: (loc?: $.Loc) => CONFIGPARAM; export type CONFIGPARAM = { $: "CONFIGPARAM"; loc: $.Loc | undefined; }; export declare const CONFIGOPTPARAM: (loc?: $.Loc) => CONFIGOPTPARAM; export type CONFIGOPTPARAM = { $: "CONFIGOPTPARAM"; loc: $.Loc | undefined; }; export declare const PREVMCBLOCKS: (loc?: $.Loc) => PREVMCBLOCKS; export type PREVMCBLOCKS = { $: "PREVMCBLOCKS"; loc: $.Loc | undefined; }; export declare const PREVKEYBLOCK: (loc?: $.Loc) => PREVKEYBLOCK; export type PREVKEYBLOCK = { $: "PREVKEYBLOCK"; loc: $.Loc | undefined; }; export declare const PREVMCBLOCKS_100: (loc?: $.Loc) => PREVMCBLOCKS_100; export type PREVMCBLOCKS_100 = { $: "PREVMCBLOCKS_100"; loc: $.Loc | undefined; }; export declare const GLOBALID: (loc?: $.Loc) => GLOBALID; export type GLOBALID = { $: "GLOBALID"; loc: $.Loc | undefined; }; export declare const GETGASFEE: (loc?: $.Loc) => GETGASFEE; export type GETGASFEE = { $: "GETGASFEE"; loc: $.Loc | undefined; }; export declare const GETSTORAGEFEE: (loc?: $.Loc) => GETSTORAGEFEE; export type GETSTORAGEFEE = { $: "GETSTORAGEFEE"; loc: $.Loc | undefined; }; export declare const GETFORWARDFEE: (loc?: $.Loc) => GETFORWARDFEE; export type GETFORWARDFEE = { $: "GETFORWARDFEE"; loc: $.Loc | undefined; }; export declare const GETPRECOMPILEDGAS: (loc?: $.Loc) => GETPRECOMPILEDGAS; export type GETPRECOMPILEDGAS = { $: "GETPRECOMPILEDGAS"; loc: $.Loc | undefined; }; export declare const GETORIGINALFWDFEE: (loc?: $.Loc) => GETORIGINALFWDFEE; export type GETORIGINALFWDFEE = { $: "GETORIGINALFWDFEE"; loc: $.Loc | undefined; }; export declare const GETGASFEESIMPLE: (loc?: $.Loc) => GETGASFEESIMPLE; export type GETGASFEESIMPLE = { $: "GETGASFEESIMPLE"; loc: $.Loc | undefined; }; export declare const GETFORWARDFEESIMPLE: (loc?: $.Loc) => GETFORWARDFEESIMPLE; export type GETFORWARDFEESIMPLE = { $: "GETFORWARDFEESIMPLE"; loc: $.Loc | undefined; }; export declare const GETGLOBVAR: (loc?: $.Loc) => GETGLOBVAR; export type GETGLOBVAR = { $: "GETGLOBVAR"; loc: $.Loc | undefined; }; export declare const SETGLOBVAR: (loc?: $.Loc) => SETGLOBVAR; export type SETGLOBVAR = { $: "SETGLOBVAR"; loc: $.Loc | undefined; }; export declare const RANDU256: (loc?: $.Loc) => RANDU256; export type RANDU256 = { $: "RANDU256"; loc: $.Loc | undefined; }; export declare const RAND: (loc?: $.Loc) => RAND; export type RAND = { $: "RAND"; loc: $.Loc | undefined; }; export declare const SETRAND: (loc?: $.Loc) => SETRAND; export type SETRAND = { $: "SETRAND"; loc: $.Loc | undefined; }; export declare const ADDRAND: (loc?: $.Loc) => ADDRAND; export type ADDRAND = { $: "ADDRAND"; loc: $.Loc | undefined; }; export declare const HASHCU: (loc?: $.Loc) => HASHCU; export type HASHCU = { $: "HASHCU"; loc: $.Loc | undefined; }; export declare const HASHSU: (loc?: $.Loc) => HASHSU; export type HASHSU = { $: "HASHSU"; loc: $.Loc | undefined; }; export declare const SHA256U: (loc?: $.Loc) => SHA256U; export type SHA256U = { $: "SHA256U"; loc: $.Loc | undefined; }; export declare const CHKSIGNU: (loc?: $.Loc) => CHKSIGNU; export type CHKSIGNU = { $: "CHKSIGNU"; loc: $.Loc | undefined; }; export declare const CHKSIGNS: (loc?: $.Loc) => CHKSIGNS; export type CHKSIGNS = { $: "CHKSIGNS"; loc: $.Loc | undefined; }; export declare const ECRECOVER: (loc?: $.Loc) => ECRECOVER; export type ECRECOVER = { $: "ECRECOVER"; loc: $.Loc | undefined; }; export declare const SECP256K1_XONLY_PUBKEY_TWEAK_ADD: (loc?: $.Loc) => SECP256K1_XONLY_PUBKEY_TWEAK_ADD; export type SECP256K1_XONLY_PUBKEY_TWEAK_ADD = { $: "SECP256K1_XONLY_PUBKEY_TWEAK_ADD"; loc: $.Loc | undefined; }; export declare const P256_CHKSIGNU: (loc?: $.Loc) => P256_CHKSIGNU; export type P256_CHKSIGNU = { $: "P256_CHKSIGNU"; loc: $.Loc | undefined; }; export declare const P256_CHKSIGNS: (loc?: $.Loc) => P256_CHKSIGNS; export type P256_CHKSIGNS = { $: "P256_CHKSIGNS"; loc: $.Loc | undefined; }; export declare const RIST255_FROMHASH: (loc?: $.Loc) => RIST255_FROMHASH; export type RIST255_FROMHASH = { $: "RIST255_FROMHASH"; loc: $.Loc | undefined; }; export declare const RIST255_VALIDATE: (loc?: $.Loc) => RIST255_VALIDATE; export type RIST255_VALIDATE = { $: "RIST255_VALIDATE"; loc: $.Loc | undefined; }; export declare const RIST255_ADD: (loc?: $.Loc) => RIST255_ADD; export type RIST255_ADD = { $: "RIST255_ADD"; loc: $.Loc | undefined; }; export declare const RIST255_SUB: (loc?: $.Loc) => RIST255_SUB; export type RIST255_SUB = { $: "RIST255_SUB"; loc: $.Loc | undefined; }; export declare const RIST255_MUL: (loc?: $.Loc) => RIST255_MUL; export type RIST255_MUL = { $: "RIST255_MUL"; loc: $.Loc | undefined; }; export declare const RIST255_MULBASE: (loc?: $.Loc) => RIST255_MULBASE; export type RIST255_MULBASE = { $: "RIST255_MULBASE"; loc: $.Loc | undefined; }; export declare const RIST255_PUSHL: (loc?: $.Loc) => RIST255_PUSHL; export type RIST255_PUSHL = { $: "RIST255_PUSHL"; loc: $.Loc | undefined; }; export declare const RIST255_QVALIDATE: (loc?: $.Loc) => RIST255_QVALIDATE; export type RIST255_QVALIDATE = { $: "RIST255_QVALIDATE"; loc: $.Loc | undefined; }; export declare const RIST255_QADD: (loc?: $.Loc) => RIST255_QADD; export type RIST255_QADD = { $: "RIST255_QADD"; loc: $.Loc | undefined; }; export declare const RIST255_QSUB: (loc?: $.Loc) => RIST255_QSUB; export type RIST255_QSUB = { $: "RIST255_QSUB"; loc: $.Loc | undefined; }; export declare const RIST255_QMUL: (loc?: $.Loc) => RIST255_QMUL; export type RIST255_QMUL = { $: "RIST255_QMUL"; loc: $.Loc | undefined; }; export declare const RIST255_QMULBASE: (loc?: $.Loc) => RIST255_QMULBASE; export type RIST255_QMULBASE = { $: "RIST255_QMULBASE"; loc: $.Loc | undefined; }; export declare const BLS_VERIFY: (loc?: $.Loc) => BLS_VERIFY; export type BLS_VERIFY = { $: "BLS_VERIFY"; loc: $.Loc | undefined; }; export declare const BLS_AGGREGATE: (loc?: $.Loc) => BLS_AGGREGATE; export type BLS_AGGREGATE = { $: "BLS_AGGREGATE"; loc: $.Loc | undefined; }; export declare const BLS_FASTAGGREGATEVERIFY: (loc?: $.Loc) => BLS_FASTAGGREGATEVERIFY; export type BLS_FASTAGGREGATEVERIFY = { $: "BLS_FASTAGGREGATEVERIFY"; loc: $.Loc | undefined; }; export declare const BLS_AGGREGATEVERIFY: (loc?: $.Loc) => BLS_AGGREGATEVERIFY; export type BLS_AGGREGATEVERIFY = { $: "BLS_AGGREGATEVERIFY"; loc: $.Loc | undefined; }; export declare const BLS_G1_ADD: (loc?: $.Loc) => BLS_G1_ADD; export type BLS_G1_ADD = { $: "BLS_G1_ADD"; loc: $.Loc | undefined; }; export declare const BLS_G1_SUB: (loc?: $.Loc) => BLS_G1_SUB; export type BLS_G1_SUB = { $: "BLS_G1_SUB"; loc: $.Loc | undefined; }; export declare const BLS_G1_NEG: (loc?: $.Loc) => BLS_G1_NEG; export type BLS_G1_NEG = { $: "BLS_G1_NEG"; loc: $.Loc | undefined; }; export declare const BLS_G1_MUL: (loc?: $.Loc) => BLS_G1_MUL; export type BLS_G1_MUL = { $: "BLS_G1_MUL"; loc: $.Loc | undefined; }; export declare const BLS_G1_MULTIEXP: (loc?: $.Loc) => BLS_G1_MULTIEXP; export type BLS_G1_MULTIEXP = { $: "BLS_G1_MULTIEXP"; loc: $.Loc | undefined; }; export declare const BLS_G1_ZERO: (loc?: $.Loc) => BLS_G1_ZERO; export type BLS_G1_ZERO = { $: "BLS_G1_ZERO"; loc: $.Loc | undefined; }; export declare const BLS_MAP_TO_G1: (loc?: $.Loc) => BLS_MAP_TO_G1; export type BLS_MAP_TO_G1 = { $: "BLS_MAP_TO_G1"; loc: $.Loc | undefined; }; export declare const BLS_G1_INGROUP: (loc?: $.Loc) => BLS_G1_INGROUP; export type BLS_G1_INGROUP = { $: "BLS_G1_INGROUP"; loc: $.Loc | undefined; }; export declare const BLS_G1_ISZERO: (loc?: $.Loc) => BLS_G1_ISZERO; export type BLS_G1_ISZERO = { $: "BLS_G1_ISZERO"; loc: $.Loc | undefined; }; export declare const BLS_G2_ADD: (loc?: $.Loc) => BLS_G2_ADD; export type BLS_G2_ADD = { $: "BLS_G2_ADD"; loc: $.Loc | undefined; }; export declare const BLS_G2_SUB: (loc?: $.Loc) => BLS_G2_SUB; export type BLS_G2_SUB = { $: "BLS_G2_SUB"; loc: $.Loc | undefined; }; export declare const BLS_G2_NEG: (loc?: $.Loc) => BLS_G2_NEG; export type BLS_G2_NEG = { $: "BLS_G2_NEG"; loc: $.Loc | undefined; }; export declare const BLS_G2_MUL: (loc?: $.Loc) => BLS_G2_MUL; export type BLS_G2_MUL = { $: "BLS_G2_MUL"; loc: $.Loc | undefined; }; export declare const BLS_G2_MULTIEXP: (loc?: $.Loc) => BLS_G2_MULTIEXP; export type BLS_G2_MULTIEXP = { $: "BLS_G2_MULTIEXP"; loc: $.Loc | undefined; }; export declare const BLS_G2_ZERO: (loc?: $.Loc) => BLS_G2_ZERO; export type BLS_G2_ZERO = { $: "BLS_G2_ZERO"; loc: $.Loc | undefined; }; export declare const BLS_MAP_TO_G2: (loc?: $.Loc) => BLS_MAP_TO_G2; export type BLS_MAP_TO_G2 = { $: "BLS_MAP_TO_G2"; loc: $.Loc | undefined; }; export declare const BLS_G2_INGROUP: (loc?: $.Loc) => BLS_G2_INGROUP; export type BLS_G2_INGROUP = { $: "BLS_G2_INGROUP"; loc: $.Loc | undefined; }; export declare const BLS_G2_ISZERO: (loc?: $.Loc) => BLS_G2_ISZERO; export type BLS_G2_ISZERO = { $: "BLS_G2_ISZERO"; loc: $.Loc | undefined; }; export declare const BLS_PAIRING: (loc?: $.Loc) => BLS_PAIRING; export type BLS_PAIRING = { $: "BLS_PAIRING"; loc: $.Loc | undefined; }; export declare const BLS_PUSHR: (loc?: $.Loc) => BLS_PUSHR; export type BLS_PUSHR = { $: "BLS_PUSHR"; loc: $.Loc | undefined; }; export declare const CDATASIZEQ: (loc?: $.Loc) => CDATASIZEQ; export type CDATASIZEQ = { $: "CDATASIZEQ"; loc: $.Loc | undefined; }; export declare const CDATASIZE: (loc?: $.Loc) => CDATASIZE; export type CDATASIZE = { $: "CDATASIZE"; loc: $.Loc | undefined; }; export declare const SDATASIZEQ: (loc?: $.Loc) => SDATASIZEQ; export type SDATASIZEQ = { $: "SDATASIZEQ"; loc: $.Loc | undefined; }; export declare const SDATASIZE: (loc?: $.Loc) => SDATASIZE; export type SDATASIZE = { $: "SDATASIZE"; loc: $.Loc | undefined; }; export declare const LDGRAMS: (loc?: $.Loc) => LDGRAMS; export type LDGRAMS = { $: "LDGRAMS"; loc: $.Loc | undefined; }; export declare const LDVARINT16: (loc?: $.Loc) => LDVARINT16; export type LDVARINT16 = { $: "LDVARINT16"; loc: $.Loc | undefined; }; export declare const STGRAMS: (loc?: $.Loc) => STGRAMS; export type STGRAMS = { $: "STGRAMS"; loc: $.Loc | undefined; }; export declare const STVARINT16: (loc?: $.Loc) => STVARINT16; export type STVARINT16 = { $: "STVARINT16"; loc: $.Loc | undefined; }; export declare const LDVARUINT32: (loc?: $.Loc) => LDVARUINT32; export type LDVARUINT32 = { $: "LDVARUINT32"; loc: $.Loc | undefined; }; export declare const LDVARINT32: (loc?: $.Loc) => LDVARINT32; export type LDVARINT32 = { $: "LDVARINT32"; loc: $.Loc | undefined; }; export declare const STVARUINT32: (loc?: $.Loc) => STVARUINT32; export type STVARUINT32 = { $: "STVARUINT32"; loc: $.Loc | undefined; }; export declare const STVARINT32: (loc?: $.Loc) => STVARINT32; export type STVARINT32 = { $: "STVARINT32"; loc: $.Loc | undefined; }; export declare const LDMSGADDR: (loc?: $.Loc) => LDMSGADDR; export type LDMSGADDR = { $: "LDMSGADDR"; loc: $.Loc | undefined; }; export declare const LDMSGADDRQ: (loc?: $.Loc) => LDMSGADDRQ; export type LDMSGADDRQ = { $: "LDMSGADDRQ"; loc: $.Loc | undefined; }; export declare const PARSEMSGADDR: (loc?: $.Loc) => PARSEMSGADDR; export type PARSEMSGADDR = { $: "PARSEMSGADDR"; loc: $.Loc | undefined; }; export declare const PARSEMSGADDRQ: (loc?: $.Loc) => PARSEMSGADDRQ; export type PARSEMSGADDRQ = { $: "PARSEMSGADDRQ"; loc: $.Loc | undefined; }; export declare const REWRITESTDADDR: (loc?: $.Loc) => REWRITESTDADDR; export type REWRITESTDADDR = { $: "REWRITESTDADDR"; loc: $.Loc | undefined; }; export declare const REWRITESTDADDRQ: (loc?: $.Loc) => REWRITESTDADDRQ; export type REWRITESTDADDRQ = { $: "REWRITESTDADDRQ"; loc: $.Loc | undefined; }; export declare const REWRITEVARADDR: (loc?: $.Loc) => REWRITEVARADDR; export type REWRITEVARADDR = { $: "REWRITEVARADDR"; loc: $.Loc | undefined; }; export declare const REWRITEVARADDRQ: (loc?: $.Loc) => REWRITEVARADDRQ; export type REWRITEVARADDRQ = { $: "REWRITEVARADDRQ"; loc: $.Loc | undefined; }; export declare const SENDRAWMSG: (loc?: $.Loc) => SENDRAWMSG; export type SENDRAWMSG = { $: "SENDRAWMSG"; loc: $.Loc | undefined; }; export declare const RAWRESERVE: (loc?: $.Loc) => RAWRESERVE; export type RAWRESERVE = { $: "RAWRESERVE"; loc: $.Loc | undefined; }; export declare const RAWRESERVEX: (loc?: $.Loc) => RAWRESERVEX; export type RAWRESERVEX = { $: "RAWRESERVEX"; loc: $.Loc | undefined; }; export declare const SETCODE: (loc?: $.Loc) => SETCODE; export type SETCODE = { $: "SETCODE"; loc: $.Loc | undefined; }; export declare const SETLIBCODE: (loc?: $.Loc) => SETLIBCODE; export type SETLIBCODE = { $: "SETLIBCODE"; loc: $.Loc | undefined; }; export declare const CHANGELIB: (loc?: $.Loc) => CHANGELIB; export type CHANGELIB = { $: "CHANGELIB"; loc: $.Loc | undefined; }; export declare const SENDMSG: (loc?: $.Loc) => SENDMSG; export type SENDMSG = { $: "SENDMSG"; loc: $.Loc | undefined; }; export declare const PUSHNULL: (loc?: $.Loc) => PUSHNULL; export type PUSHNULL = { $: "PUSHNULL"; loc: $.Loc | undefined; }; export declare const ISNULL: (loc?: $.Loc) => ISNULL; export type ISNULL = { $: "ISNULL"; loc: $.Loc | undefined; }; export declare const TUPLEVAR: (loc?: $.Loc) => TUPLEVAR; export type TUPLEVAR = { $: "TUPLEVAR"; loc: $.Loc | undefined; }; export declare const INDEXVAR: (loc?: $.Loc) => INDEXVAR; export type INDEXVAR = { $: "INDEXVAR"; loc: $.Loc | undefined; }; export declare const UNTUPLEVAR: (loc?: $.Loc) => UNTUPLEVAR; export type UNTUPLEVAR = { $: "UNTUPLEVAR"; loc: $.Loc | undefined; }; export declare const UNPACKFIRSTVAR: (loc?: $.Loc) => UNPACKFIRSTVAR; export type UNPACKFIRSTVAR = { $: "UNPACKFIRSTVAR"; loc: $.Loc | undefined; }; export declare const EXPLODEVAR: (loc?: $.Loc) => EXPLODEVAR; export type EXPLODEVAR = { $: "EXPLODEVAR"; loc: $.Loc | undefined; }; export declare const SETINDEXVAR: (loc?: $.Loc) => SETINDEXVAR; export type SETINDEXVAR = { $: "SETINDEXVAR"; loc: $.Loc | undefined; }; export declare const INDEXVARQ: (loc?: $.Loc) => INDEXVARQ; export type INDEXVARQ = { $: "INDEXVARQ"; loc: $.Loc | undefined; }; export declare const SETINDEXVARQ: (loc?: $.Loc) => SETINDEXVARQ; export type SETINDEXVARQ = { $: "SETINDEXVARQ"; loc: $.Loc | undefined; }; export declare const TLEN: (loc?: $.Loc) => TLEN; export type TLEN = { $: "TLEN"; loc: $.Loc | undefined; }; export declare const QTLEN: (loc?: $.Loc) => QTLEN; export type QTLEN = { $: "QTLEN"; loc: $.Loc | undefined; }; export declare const ISTUPLE: (loc?: $.Loc) => ISTUPLE; export type ISTUPLE = { $: "ISTUPLE"; loc: $.Loc | undefined; }; export declare const LAST: (loc?: $.Loc) => LAST; export type LAST = { $: "LAST"; loc: $.Loc | undefined; }; export declare const TPUSH: (loc?: $.Loc) => TPUSH; export type TPUSH = { $: "TPUSH"; loc: $.Loc | undefined; }; export declare const TPOP: (loc?: $.Loc) => TPOP; export type TPOP = { $: "TPOP"; loc: $.Loc | undefined; }; export declare const NULLSWAPIF: (loc?: $.Loc) => NULLSWAPIF; export type NULLSWAPIF = { $: "NULLSWAPIF"; loc: $.Loc | undefined; }; export declare const NULLSWAPIFNOT: (loc?: $.Loc) => NULLSWAPIFNOT; export type NULLSWAPIFNOT = { $: "NULLSWAPIFNOT"; loc: $.Loc | undefined; }; export declare const NULLROTRIF: (loc?: $.Loc) => NULLROTRIF; export type NULLROTRIF = { $: "NULLROTRIF"; loc: $.Loc | undefined; }; export declare const NULLROTRIFNOT: (loc?: $.Loc) => NULLROTRIFNOT; export type NULLROTRIFNOT = { $: "NULLROTRIFNOT"; loc: $.Loc | undefined; }; export declare const NULLSWAPIF2: (loc?: $.Loc) => NULLSWAPIF2; export type NULLSWAPIF2 = { $: "NULLSWAPIF2"; loc: $.Loc | undefined; }; export declare const NULLSWAPIFNOT2: (loc?: $.Loc) => NULLSWAPIFNOT2; export type NULLSWAPIFNOT2 = { $: "NULLSWAPIFNOT2"; loc: $.Loc | undefined; }; export declare const NULLROTRIF2: (loc?: $.Loc) => NULLROTRIF2; export type NULLROTRIF2 = { $: "NULLROTRIF2"; loc: $.Loc | undefined; }; export declare const NULLROTRIFNOT2: (loc?: $.Loc) => NULLROTRIFNOT2; export type NULLROTRIFNOT2 = { $: "NULLROTRIFNOT2"; loc: $.Loc | undefined; }; export declare const ADDDIVMOD: (loc?: $.Loc) => ADDDIVMOD; export type ADDDIVMOD = { $: "ADDDIVMOD"; loc: $.Loc | undefined; }; export declare const ADDDIVMODR: (loc?: $.Loc) => ADDDIVMODR; export type ADDDIVMODR = { $: "ADDDIVMODR"; loc: $.Loc | undefined; }; export declare const ADDDIVMODC: (loc?: $.Loc) => ADDDIVMODC; export type ADDDIVMODC = { $: "ADDDIVMODC"; loc: $.Loc | undefined; }; export declare const DIV: (loc?: $.Loc) => DIV; export type DIV = { $: "DIV"; loc: $.Loc | undefined; }; export declare const DIVR: (loc?: $.Loc) => DIVR; export type DIVR = { $: "DIVR"; loc: $.Loc | undefined; }; export declare const DIVC: (loc?: $.Loc) => DIVC; export type DIVC = { $: "DIVC"; loc: $.Loc | undefined; }; export declare const MOD: (loc?: $.Loc) => MOD; export type MOD = { $: "MOD"; loc: $.Loc | undefined; }; export declare const MODR: (loc?: $.Loc) => MODR; export type MODR = { $: "MODR"; loc: $.Loc | undefined; }; export declare const MODC: (loc?: $.Loc) => MODC; export type MODC = { $: "MODC"; loc: $.Loc | undefined; }; export declare const DIVMOD: (loc?: $.Loc) => DIVMOD; export type DIVMOD = { $: "DIVMOD"; loc: $.Loc | undefined; }; export declare const DIVMODR: (loc?: $.Loc) => DIVMODR; export type DIVMODR = { $: "DIVMODR"; loc: $.Loc | undefined; }; export declare const DIVMODC: (loc?: $.Loc) => DIVMODC; export type DIVMODC = { $: "DIVMODC"; loc: $.Loc | undefined; }; export declare const QADDDIVMOD: (loc?: $.Loc) => QADDDIVMOD; export type QADDDIVMOD = { $: "QADDDIVMOD"; loc: $.Loc | undefined; }; export declare const QADDDIVMODR: (loc?: $.Loc) => QADDDIVMODR; export type QADDDIVMODR = { $: "QADDDIVMODR"; loc: $.Loc | undefined; }; export declare const QADDDIVMODC: (loc?: $.Loc) => QADDDIVMODC; export type QADDDIVMODC = { $: "QADDDIVMODC"; loc: $.Loc | undefined; }; export declare const QDIV: (loc?: $.Loc) => QDIV; export type QDIV = { $: "QDIV"; loc: $.Loc | undefined; }; export declare const QDIVR: (loc?: $.Loc) => QDIVR; export type QDIVR = { $: "QDIVR"; loc: $.Loc | undefined; }; export declare const QDIVC: (loc?: $.Loc) => QDIVC; export type QDIVC = { $: "QDIVC"; loc: $.Loc | undefined; }; export declare const QMOD: (loc?: $.Loc) => QMOD; export type QMOD = { $: "QMOD"; loc: $.Loc | undefined; }; export declare const QMODR: (loc?: $.Loc) => QMODR; export type QMODR = { $: "QMODR"; loc: $.Loc | undefined; }; export declare const QMODC: (loc?: $.Loc) => QMODC; export type QMODC = { $: "QMODC"; loc: $.Loc | undefined; }; export declare const QDIVMOD: (loc?: $.Loc) => QDIVMOD; export type QDIVMOD = { $: "QDIVMOD"; loc: $.Loc | undefined; }; export declare const QDIVMODR: (loc?: $.Loc) => QDIVMODR; export type QDIVMODR = { $: "QDIVMODR"; loc: $.Loc | undefined; }; export declare const QDIVMODC: (loc?: $.Loc) => QDIVMODC; export type QDIVMODC = { $: "QDIVMODC"; loc: $.Loc | undefined; }; export declare const ADDRSHIFTMOD: (loc?: $.Loc) => ADDRSHIFTMOD; export type ADDRSHIFTMOD = { $: "ADDRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const ADDRSHIFTMODR: (loc?: $.Loc) => ADDRSHIFTMODR; export type ADDRSHIFTMODR = { $: "ADDRSHIFTMODR"; loc: $.Loc | undefined; }; export declare const ADDRSHIFTMODC: (loc?: $.Loc) => ADDRSHIFTMODC; export type ADDRSHIFTMODC = { $: "ADDRSHIFTMODC"; loc: $.Loc | undefined; }; export declare const RSHIFTR: (loc?: $.Loc) => RSHIFTR; export type RSHIFTR = { $: "RSHIFTR"; loc: $.Loc | undefined; }; export declare const RSHIFTC: (loc?: $.Loc) => RSHIFTC; export type RSHIFTC = { $: "RSHIFTC"; loc: $.Loc | undefined; }; export declare const MODPOW2: (loc?: $.Loc) => MODPOW2; export type MODPOW2 = { $: "MODPOW2"; loc: $.Loc | undefined; }; export declare const MODPOW2R: (loc?: $.Loc) => MODPOW2R; export type MODPOW2R = { $: "MODPOW2R"; loc: $.Loc | undefined; }; export declare const MODPOW2C: (loc?: $.Loc) => MODPOW2C; export type MODPOW2C = { $: "MODPOW2C"; loc: $.Loc | undefined; }; export declare const RSHIFTMOD: (loc?: $.Loc) => RSHIFTMOD; export type RSHIFTMOD = { $: "RSHIFTMOD"; loc: $.Loc | undefined; }; export declare const RSHIFTMODR: (loc?: $.Loc) => RSHIFTMODR; export type RSHIFTMODR = { $: "RSHIFTMODR"; loc: $.Loc | undefined; }; export declare const RSHIFTMODC: (loc?: $.Loc) => RSHIFTMODC; export type RSHIFTMODC = { $: "RSHIFTMODC"; loc: $.Loc | undefined; }; export declare const QADDRSHIFTMOD: (loc?: $.Loc) => QADDRSHIFTMOD; export type QADDRSHIFTMOD = { $: "QADDRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const QADDRSHIFTMODR: (loc?: $.Loc) => QADDRSHIFTMODR; export type QADDRSHIFTMODR = { $: "QADDRSHIFTMODR"; loc: $.Loc | undefined; }; export declare const QADDRSHIFTMODC: (loc?: $.Loc) => QADDRSHIFTMODC; export type QADDRSHIFTMODC = { $: "QADDRSHIFTMODC"; loc: $.Loc | undefined; }; export declare const QRSHIFTR: (loc?: $.Loc) => QRSHIFTR; export type QRSHIFTR = { $: "QRSHIFTR"; loc: $.Loc | undefined; }; export declare const QRSHIFTC: (loc?: $.Loc) => QRSHIFTC; export type QRSHIFTC = { $: "QRSHIFTC"; loc: $.Loc | undefined; }; export declare const QMODPOW2: (loc?: $.Loc) => QMODPOW2; export type QMODPOW2 = { $: "QMODPOW2"; loc: $.Loc | undefined; }; export declare const QMODPOW2R: (loc?: $.Loc) => QMODPOW2R; export type QMODPOW2R = { $: "QMODPOW2R"; loc: $.Loc | undefined; }; export declare const QMODPOW2C: (loc?: $.Loc) => QMODPOW2C; export type QMODPOW2C = { $: "QMODPOW2C"; loc: $.Loc | undefined; }; export declare const QRSHIFTMOD: (loc?: $.Loc) => QRSHIFTMOD; export type QRSHIFTMOD = { $: "QRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const QRSHIFTMODR: (loc?: $.Loc) => QRSHIFTMODR; export type QRSHIFTMODR = { $: "QRSHIFTMODR"; loc: $.Loc | undefined; }; export declare const QRSHIFTMODC: (loc?: $.Loc) => QRSHIFTMODC; export type QRSHIFTMODC = { $: "QRSHIFTMODC"; loc: $.Loc | undefined; }; export declare const MULADDDIVMOD: (loc?: $.Loc) => MULADDDIVMOD; export type MULADDDIVMOD = { $: "MULADDDIVMOD"; loc: $.Loc | undefined; }; export declare const MULADDDIVMODR: (loc?: $.Loc) => MULADDDIVMODR; export type MULADDDIVMODR = { $: "MULADDDIVMODR"; loc: $.Loc | undefined; }; export declare const MULADDDIVMODC: (loc?: $.Loc) => MULADDDIVMODC; export type MULADDDIVMODC = { $: "MULADDDIVMODC"; loc: $.Loc | undefined; }; export declare const MULDIV: (loc?: $.Loc) => MULDIV; export type MULDIV = { $: "MULDIV"; loc: $.Loc | undefined; }; export declare const MULDIVR: (loc?: $.Loc) => MULDIVR; export type MULDIVR = { $: "MULDIVR"; loc: $.Loc | undefined; }; export declare const MULDIVC: (loc?: $.Loc) => MULDIVC; export type MULDIVC = { $: "MULDIVC"; loc: $.Loc | undefined; }; export declare const MULMOD: (loc?: $.Loc) => MULMOD; export type MULMOD = { $: "MULMOD"; loc: $.Loc | undefined; }; export declare const MULMODR: (loc?: $.Loc) => MULMODR; export type MULMODR = { $: "MULMODR"; loc: $.Loc | undefined; }; export declare const MULMODC: (loc?: $.Loc) => MULMODC; export type MULMODC = { $: "MULMODC"; loc: $.Loc | undefined; }; export declare const MULDIVMOD: (loc?: $.Loc) => MULDIVMOD; export type MULDIVMOD = { $: "MULDIVMOD"; loc: $.Loc | undefined; }; export declare const MULDIVMODR: (loc?: $.Loc) => MULDIVMODR; export type MULDIVMODR = { $: "MULDIVMODR"; loc: $.Loc | undefined; }; export declare const MULDIVMODC: (loc?: $.Loc) => MULDIVMODC; export type MULDIVMODC = { $: "MULDIVMODC"; loc: $.Loc | undefined; }; export declare const QMULADDDIVMOD: (loc?: $.Loc) => QMULADDDIVMOD; export type QMULADDDIVMOD = { $: "QMULADDDIVMOD"; loc: $.Loc | undefined; }; export declare const QMULADDDIVMODR: (loc?: $.Loc) => QMULADDDIVMODR; export type QMULADDDIVMODR = { $: "QMULADDDIVMODR"; loc: $.Loc | undefined; }; export declare const QMULADDDIVMODC: (loc?: $.Loc) => QMULADDDIVMODC; export type QMULADDDIVMODC = { $: "QMULADDDIVMODC"; loc: $.Loc | undefined; }; export declare const QMULDIV: (loc?: $.Loc) => QMULDIV; export type QMULDIV = { $: "QMULDIV"; loc: $.Loc | undefined; }; export declare const QMULDIVR: (loc?: $.Loc) => QMULDIVR; export type QMULDIVR = { $: "QMULDIVR"; loc: $.Loc | undefined; }; export declare const QMULDIVC: (loc?: $.Loc) => QMULDIVC; export type QMULDIVC = { $: "QMULDIVC"; loc: $.Loc | undefined; }; export declare const QMULMOD: (loc?: $.Loc) => QMULMOD; export type QMULMOD = { $: "QMULMOD"; loc: $.Loc | undefined; }; export declare const QMULMODR: (loc?: $.Loc) => QMULMODR; export type QMULMODR = { $: "QMULMODR"; loc: $.Loc | undefined; }; export declare const QMULMODC: (loc?: $.Loc) => QMULMODC; export type QMULMODC = { $: "QMULMODC"; loc: $.Loc | undefined; }; export declare const QMULDIVMOD: (loc?: $.Loc) => QMULDIVMOD; export type QMULDIVMOD = { $: "QMULDIVMOD"; loc: $.Loc | undefined; }; export declare const QMULDIVMODR: (loc?: $.Loc) => QMULDIVMODR; export type QMULDIVMODR = { $: "QMULDIVMODR"; loc: $.Loc | undefined; }; export declare const QMULDIVMODC: (loc?: $.Loc) => QMULDIVMODC; export type QMULDIVMODC = { $: "QMULDIVMODC"; loc: $.Loc | undefined; }; export declare const MULADDRSHIFTMOD: (loc?: $.Loc) => MULADDRSHIFTMOD; export type MULADDRSHIFTMOD = { $: "MULADDRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const MULADDRSHIFTRMOD: (loc?: $.Loc) => MULADDRSHIFTRMOD; export type MULADDRSHIFTRMOD = { $: "MULADDRSHIFTRMOD"; loc: $.Loc | undefined; }; export declare const MULADDRSHIFTCMOD: (loc?: $.Loc) => MULADDRSHIFTCMOD; export type MULADDRSHIFTCMOD = { $: "MULADDRSHIFTCMOD"; loc: $.Loc | undefined; }; export declare const MULRSHIFT: (loc?: $.Loc) => MULRSHIFT; export type MULRSHIFT = { $: "MULRSHIFT"; loc: $.Loc | undefined; }; export declare const MULRSHIFTR: (loc?: $.Loc) => MULRSHIFTR; export type MULRSHIFTR = { $: "MULRSHIFTR"; loc: $.Loc | undefined; }; export declare const MULRSHIFTC: (loc?: $.Loc) => MULRSHIFTC; export type MULRSHIFTC = { $: "MULRSHIFTC"; loc: $.Loc | undefined; }; export declare const MULMODPOW2: (loc?: $.Loc) => MULMODPOW2; export type MULMODPOW2 = { $: "MULMODPOW2"; loc: $.Loc | undefined; }; export declare const MULMODPOW2R: (loc?: $.Loc) => MULMODPOW2R; export type MULMODPOW2R = { $: "MULMODPOW2R"; loc: $.Loc | undefined; }; export declare const MULMODPOW2C: (loc?: $.Loc) => MULMODPOW2C; export type MULMODPOW2C = { $: "MULMODPOW2C"; loc: $.Loc | undefined; }; export declare const MULRSHIFTMOD: (loc?: $.Loc) => MULRSHIFTMOD; export type MULRSHIFTMOD = { $: "MULRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const MULRSHIFTRMOD: (loc?: $.Loc) => MULRSHIFTRMOD; export type MULRSHIFTRMOD = { $: "MULRSHIFTRMOD"; loc: $.Loc | undefined; }; export declare const MULRSHIFTCMOD: (loc?: $.Loc) => MULRSHIFTCMOD; export type MULRSHIFTCMOD = { $: "MULRSHIFTCMOD"; loc: $.Loc | undefined; }; export declare const QMULADDRSHIFTMOD: (loc?: $.Loc) => QMULADDRSHIFTMOD; export type QMULADDRSHIFTMOD = { $: "QMULADDRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const QMULADDRSHIFTRMOD: (loc?: $.Loc) => QMULADDRSHIFTRMOD; export type QMULADDRSHIFTRMOD = { $: "QMULADDRSHIFTRMOD"; loc: $.Loc | undefined; }; export declare const QMULADDRSHIFTCMOD: (loc?: $.Loc) => QMULADDRSHIFTCMOD; export type QMULADDRSHIFTCMOD = { $: "QMULADDRSHIFTCMOD"; loc: $.Loc | undefined; }; export declare const QMULRSHIFT: (loc?: $.Loc) => QMULRSHIFT; export type QMULRSHIFT = { $: "QMULRSHIFT"; loc: $.Loc | undefined; }; export declare const QMULRSHIFTR: (loc?: $.Loc) => QMULRSHIFTR; export type QMULRSHIFTR = { $: "QMULRSHIFTR"; loc: $.Loc | undefined; }; export declare const QMULRSHIFTC: (loc?: $.Loc) => QMULRSHIFTC; export type QMULRSHIFTC = { $: "QMULRSHIFTC"; loc: $.Loc | undefined; }; export declare const QMULMODPOW2: (loc?: $.Loc) => QMULMODPOW2; export type QMULMODPOW2 = { $: "QMULMODPOW2"; loc: $.Loc | undefined; }; export declare const QMULMODPOW2R: (loc?: $.Loc) => QMULMODPOW2R; export type QMULMODPOW2R = { $: "QMULMODPOW2R"; loc: $.Loc | undefined; }; export declare const QMULMODPOW2C: (loc?: $.Loc) => QMULMODPOW2C; export type QMULMODPOW2C = { $: "QMULMODPOW2C"; loc: $.Loc | undefined; }; export declare const QMULRSHIFTMOD: (loc?: $.Loc) => QMULRSHIFTMOD; export type QMULRSHIFTMOD = { $: "QMULRSHIFTMOD"; loc: $.Loc | undefined; }; export declare const QMULRSHIFTRMOD: (loc?: $.Loc) => QMULRSHIFTRMOD; export type QMULRSHIFTRMOD = { $: "QMULRSHIFTRMOD"; loc: $.Loc | undefined; }; export declare const QMULRSHIFTCMOD: (loc?: $.Loc) => QMULRSHIFTCMOD; export type QMULRSHIFTCMOD = { $: "QMULRSHIFTCMOD"; loc: $.Loc | undefined; }; export declare const LSHIFTADDDIVMOD: (loc?: $.Loc) => LSHIFTADDDIVMOD; export type LSHIFTADDDIVMOD = { $: "LSHIFTADDDIVMOD"; loc: $.Loc | undefined; }; export declare const LSHIFTADDDIVMODR: (loc?: $.Loc) => LSHIFTADDDIVMODR; export type LSHIFTADDDIVMODR = { $: "LSHIFTADDDIVMODR"; loc: $.Loc | undefined; }; export declare const LSHIFTADDDIVMODC: (loc?: $.Loc) => LSHIFTADDDIVMODC; export type LSHIFTADDDIVMODC = { $: "LSHIFTADDDIVMODC"; loc: $.Loc | undefined; }; export declare const LSHIFTDIV: (loc?: $.Loc) => LSHIFTDIV; export type LSHIFTDIV = { $: "LSHIFTDIV"; loc: $.Loc | undefined; }; export declare const LSHIFTDIVR: (loc?: $.Loc) => LSHIFTDIVR; export type LSHIFTDIVR = { $: "LSHIFTDIVR"; loc: $.Loc | undefined; }; export declare const LSHIFTDIVC: (loc?: $.Loc) => LSHIFTDIVC; export type LSHIFTDIVC = { $: "LSHIFTDIVC"; loc: $.Loc | undefined; }; export declare const LSHIFTMOD: (loc?: $.Loc) => LSHIFTMOD; export type LSHIFTMOD = { $: "LSHIFTMOD"; loc: $.Loc | undefined; }; export declare const LSHIFTMODR: (loc?: $.Loc) => LSHIFTMODR; export type LSHIFTMODR = { $: "LSHIFTMODR"; loc: $.Loc | undefined; }; export declare const LSHIFTMODC: (loc?: $.Loc) => LSHIFTMODC; export type LSHIFTMODC = { $: "LSHIFTMODC"; loc: $.Loc | undefined; }; export declare const LSHIFTDIVMOD: (loc?: $.Loc) => LSHIFTDIVMOD; export type LSHIFTDIVMOD = { $: "LSHIFTDIVMOD"; loc: $.Loc | undefined; }; export declare const LSHIFTDIVMODR: (loc?: $.Loc) => LSHIFTDIVMODR; export type LSHIFTDIVMODR = { $: "LSHIFTDIVMODR"; loc: $.Loc | undefined; }; export declare const LSHIFTDIVMODC: (loc?: $.Loc) => LSHIFTDIVMODC; export type LSHIFTDIVMODC = { $: "LSHIFTDIVMODC"; loc: $.Loc | undefined; }; export declare const QLSHIFTADDDIVMOD: (loc?: $.Loc) => QLSHIFTADDDIVMOD; export type QLSHIFTADDDIVMOD = { $: "QLSHIFTADDDIVMOD"; loc: $.Loc | undefined; }; export declare const QLSHIFTADDDIVMODR: (loc?: $.Loc) => QLSHIFTADDDIVMODR; export type QLSHIFTADDDIVMODR = { $: "QLSHIFTADDDIVMODR"; loc: $.Loc | undefined; }; export declare const QLSHIFTADDDIVMODC: (loc?: $.Loc) => QLSHIFTADDDIVMODC; export type QLSHIFTADDDIVMODC = { $: "QLSHIFTADDDIVMODC"; loc: $.Loc | undefined; }; export declare const QLSHIFTDIV: (loc?: $.Loc) => QLSHIFTDIV; export type QLSHIFTDIV = { $: "QLSHIFTDIV"; loc: $.Loc | undefined; }; export declare const QLSHIFTDIVR: (loc?: $.Loc) => QLSHIFTDIVR; export type QLSHIFTDIVR = { $: "QLSHIFTDIVR"; loc: $.Loc | undefined; }; export declare const QLSHIFTDIVC: (loc?: $.Loc) => QLSHIFTDIVC; export type QLSHIFTDIVC = { $: "QLSHIFTDIVC"; loc: $.Loc | undefined; }; export declare const QLSHIFTMOD: (loc?: $.Loc) => QLSHIFTMOD; export type QLSHIFTMOD = { $: "QLSHIFTMOD"; loc: $.Loc | undefined; }; export declare const QLSHIFTMODR: (loc?: $.Loc) => QLSHIFTMODR; export type QLSHIFTMODR = { $: "QLSHIFTMODR"; loc: $.Loc | undefined; }; export declare const QLSHIFTMODC: (loc?: $.Loc) => QLSHIFTMODC; export type QLSHIFTMODC = { $: "QLSHIFTMODC"; loc: $.Loc | undefined; }; export declare const QLSHIFTDIVMOD: (loc?: $.Loc) => QLSHIFTDIVMOD; export type QLSHIFTDIVMOD = { $: "QLSHIFTDIVMOD"; loc: $.Loc | undefined; }; export declare const QLSHIFTDIVMODR: (loc?: $.Loc) => QLSHIFTDIVMODR; export type QLSHIFTDIVMODR = { $: "QLSHIFTDIVMODR"; loc: $.Loc | undefined; }; export declare const QLSHIFTDIVMODC: (loc?: $.Loc) => QLSHIFTDIVMODC; export type QLSHIFTDIVMODC = { $: "QLSHIFTDIVMODC"; loc: $.Loc | undefined; }; export declare const STIX: (loc?: $.Loc) => STIX; export type STIX = { $: "STIX"; loc: $.Loc | undefined; }; export declare const STUX: (loc?: $.Loc) => STUX; export type STUX = { $: "STUX"; loc: $.Loc | undefined; }; export declare const STIXR: (loc?: $.Loc) => STIXR; export type STIXR = { $: "STIXR"; loc: $.Loc | undefined; }; export declare const STUXR: (loc?: $.Loc) => STUXR; export type STUXR = { $: "STUXR"; loc: $.Loc | undefined; }; export declare const STIXQ: (loc?: $.Loc) => STIXQ; export type STIXQ = { $: "STIXQ"; loc: $.Loc | undefined; }; export declare const STUXQ: (loc?: $.Loc) => STUXQ; export type STUXQ = { $: "STUXQ"; loc: $.Loc | undefined; }; export declare const STIXRQ: (loc?: $.Loc) => STIXRQ; export type STIXRQ = { $: "STIXRQ"; loc: $.Loc | undefined; }; export declare const STUXRQ: (loc?: $.Loc) => STUXRQ; export type STUXRQ = { $: "STUXRQ"; loc: $.Loc | undefined; }; export declare const STILE4: (loc?: $.Loc) => STILE4; export type STILE4 = { $: "STILE4"; loc: $.Loc | undefined; }; export declare const STULE4: (loc?: $.Loc) => STULE4; export type STULE4 = { $: "STULE4"; loc: $.Loc | undefined; }; export declare const STILE8: (loc?: $.Loc) => STILE8; export type STILE8 = { $: "STILE8"; loc: $.Loc | undefined; }; export declare const STULE8: (loc?: $.Loc) => STULE8; export type STULE8 = { $: "STULE8"; loc: $.Loc | undefined; }; export declare const LDIX: (loc?: $.Loc) => LDIX; export type LDIX = { $: "LDIX"; loc: $.Loc | undefined; }; export declare const LDUX: (loc?: $.Loc) => LDUX; export type LDUX = { $: "LDUX"; loc: $.Loc | undefined; }; export declare const PLDIX: (loc?: $.Loc) => PLDIX; export type PLDIX = { $: "PLDIX"; loc: $.Loc | undefined; }; export declare const PLDUX: (loc?: $.Loc) => PLDUX; export type PLDUX = { $: "PLDUX"; loc: $.Loc | undefined; }; export declare const LDIXQ: (loc?: $.Loc) => LDIXQ; export type LDIXQ = { $: "LDIXQ"; loc: $.Loc | undefined; }; export declare const LDUXQ: (loc?: $.Loc) => LDUXQ; export type LDUXQ = { $: "LDUXQ"; loc: $.Loc | undefined; }; export declare const PLDIXQ: (loc?: $.Loc) => PLDIXQ; export type PLDIXQ = { $: "PLDIXQ"; loc: $.Loc | undefined; }; export declare const PLDUXQ: (loc?: $.Loc) => PLDUXQ; export type PLDUXQ = { $: "PLDUXQ"; loc: $.Loc | undefined; }; export declare const LDSLICEX: (loc?: $.Loc) => LDSLICEX; export type LDSLICEX = { $: "LDSLICEX"; loc: $.Loc | undefined; }; export declare const PLDSLICEX: (loc?: $.Loc) => PLDSLICEX; export type PLDSLICEX = { $: "PLDSLICEX"; loc: $.Loc | undefined; }; export declare const LDSLICEXQ: (loc?: $.Loc) => LDSLICEXQ; export type LDSLICEXQ = { $: "LDSLICEXQ"; loc: $.Loc | undefined; }; export declare const PLDSLICEXQ: (loc?: $.Loc) => PLDSLICEXQ; export type PLDSLICEXQ = { $: "PLDSLICEXQ"; loc: $.Loc | undefined; }; export declare const LDILE4: (loc?: $.Loc) => LDILE4; export type LDILE4 = { $: "LDILE4"; loc: $.Loc | undefined; }; export declare const LDULE4: (loc?: $.Loc) => LDULE4; export type LDULE4 = { $: "LDULE4"; loc: $.Loc | undefined; }; export declare const LDILE8: (loc?: $.Loc) => LDILE8; export type LDILE8 = { $: "LDILE8"; loc: $.Loc | undefined; }; export declare const LDULE8: (loc?: $.Loc) => LDULE8; export type LDULE8 = { $: "LDULE8"; loc: $.Loc | undefined; }; export declare const PLDILE4: (loc?: $.Loc) => PLDILE4; export type PLDILE4 = { $: "PLDILE4"; loc: $.Loc | undefined; }; export declare const PLDULE4: (loc?: $.Loc) => PLDULE4; export type PLDULE4 = { $: "PLDULE4"; loc: $.Loc | undefined; }; export declare const PLDILE8: (loc?: $.Loc) => PLDILE8; export type PLDILE8 = { $: "PLDILE8"; loc: $.Loc | undefined; }; export declare const PLDULE8: (loc?: $.Loc) => PLDULE8; export type PLDULE8 = { $: "PLDULE8"; loc: $.Loc | undefined; }; export declare const LDILE4Q: (loc?: $.Loc) => LDILE4Q; export type LDILE4Q = { $: "LDILE4Q"; loc: $.Loc | undefined; }; export declare const LDULE4Q: (loc?: $.Loc) => LDULE4Q; export type LDULE4Q = { $: "LDULE4Q"; loc: $.Loc | undefined; }; export declare const LDILE8Q: (loc?: $.Loc) => LDILE8Q; export type LDILE8Q = { $: "LDILE8Q"; loc: $.Loc | undefined; }; export declare const LDULE8Q: (loc?: $.Loc) => LDULE8Q; export type LDULE8Q = { $: "LDULE8Q"; loc: $.Loc | undefined; }; export declare const PLDILE4Q: (loc?: $.Loc) => PLDILE4Q; export type PLDILE4Q = { $: "PLDILE4Q"; loc: $.Loc | undefined; }; export declare const PLDULE4Q: (loc?: $.Loc) => PLDULE4Q; export type PLDULE4Q = { $: "PLDULE4Q"; loc: $.Loc | undefined; }; export declare const PLDILE8Q: (loc?: $.Loc) => PLDILE8Q; export type PLDILE8Q = { $: "PLDILE8Q"; loc: $.Loc | undefined; }; export declare const PLDULE8Q: (loc?: $.Loc) => PLDULE8Q; export type PLDULE8Q = { $: "PLDULE8Q"; loc: $.Loc | undefined; }; export declare const DICTIGETJMP: (loc?: $.Loc) => DICTIGETJMP; export type DICTIGETJMP = { $: "DICTIGETJMP"; loc: $.Loc | undefined; }; export declare const DICTUGETJMP: (loc?: $.Loc) => DICTUGETJMP; export type DICTUGETJMP = { $: "DICTUGETJMP"; loc: $.Loc | undefined; }; export declare const DICTIGETEXEC: (loc?: $.Loc) => DICTIGETEXEC; export type DICTIGETEXEC = { $: "DICTIGETEXEC"; loc: $.Loc | undefined; }; export declare const DICTUGETEXEC: (loc?: $.Loc) => DICTUGETEXEC; export type DICTUGETEXEC = { $: "DICTUGETEXEC"; loc: $.Loc | undefined; }; export declare const DICTIGETJMPZ: (loc?: $.Loc) => DICTIGETJMPZ; export type DICTIGETJMPZ = { $: "DICTIGETJMPZ"; loc: $.Loc | undefined; }; export declare const DICTUGETJMPZ: (loc?: $.Loc) => DICTUGETJMPZ; export type DICTUGETJMPZ = { $: "DICTUGETJMPZ"; loc: $.Loc | undefined; }; export declare const DICTIGETEXECZ: (loc?: $.Loc) => DICTIGETEXECZ; export type DICTIGETEXECZ = { $: "DICTIGETEXECZ"; loc: $.Loc | undefined; }; export declare const DICTUGETEXECZ: (loc?: $.Loc) => DICTUGETEXECZ; export type DICTUGETEXECZ = { $: "DICTUGETEXECZ"; loc: $.Loc | undefined; }; export declare const DICTGET: (loc?: $.Loc) => DICTGET; export type DICTGET = { $: "DICTGET"; loc: $.Loc | undefined; }; export declare const DICTGETREF: (loc?: $.Loc) => DICTGETREF; export type DICTGETREF = { $: "DICTGETREF"; loc: $.Loc | undefined; }; export declare const DICTIGET: (loc?: $.Loc) => DICTIGET; export type DICTIGET = { $: "DICTIGET"; loc: $.Loc | undefined; }; export declare const DICTIGETREF: (loc?: $.Loc) => DICTIGETREF; export type DICTIGETREF = { $: "DICTIGETREF"; loc: $.Loc | undefined; }; export declare const DICTUGET: (loc?: $.Loc) => DICTUGET; export type DICTUGET = { $: "DICTUGET"; loc: $.Loc | undefined; }; export declare const DICTUGETREF: (loc?: $.Loc) => DICTUGETREF; export type DICTUGETREF = { $: "DICTUGETREF"; loc: $.Loc | undefined; }; export declare const DICTSET: (loc?: $.Loc) => DICTSET; export type DICTSET = { $: "DICTSET"; loc: $.Loc | undefined; }; export declare const DICTSETREF: (loc?: $.Loc) => DICTSETREF; export type DICTSETREF = { $: "DICTSETREF"; loc: $.Loc | undefined; }; export declare const DICTISET: (loc?: $.Loc) => DICTISET; export type DICTISET = { $: "DICTISET"; loc: $.Loc | undefined; }; export declare const DICTISETREF: (loc?: $.Loc) => DICTISETREF; export type DICTISETREF = { $: "DICTISETREF"; loc: $.Loc | undefined; }; export declare const DICTUSET: (loc?: $.Loc) => DICTUSET; export type DICTUSET = { $: "DICTUSET"; loc: $.Loc | undefined; }; export declare const DICTUSETREF: (loc?: $.Loc) => DICTUSETREF; export type DICTUSETREF = { $: "DICTUSETREF"; loc: $.Loc | undefined; }; export declare const DICTSETGET: (loc?: $.Loc) => DICTSETGET; export type DICTSETGET = { $: "DICTSETGET"; loc: $.Loc | undefined; }; export declare const DICTSETGETREF: (loc?: $.Loc) => DICTSETGETREF; export type DICTSETGETREF = { $: "DICTSETGETREF"; loc: $.Loc | undefined; }; export declare const DICTISETGET: (loc?: $.Loc) => DICTISETGET; export type DICTISETGET = { $: "DICTISETGET"; loc: $.Loc | undefined; }; export declare const DICTISETGETREF: (loc?: $.Loc) => DICTISETGETREF; export type DICTISETGETREF = { $: "DICTISETGETREF"; loc: $.Loc | undefined; }; export declare const DICTUSETGET: (loc?: $.Loc) => DICTUSETGET; export type DICTUSETGET = { $: "DICTUSETGET"; loc: $.Loc | undefined; }; export declare const DICTUSETGETREF: (loc?: $.Loc) => DICTUSETGETREF; export type DICTUSETGETREF = { $: "DICTUSETGETREF"; loc: $.Loc | undefined; }; export declare const DICTREPLACE: (loc?: $.Loc) => DICTREPLACE; export type DICTREPLACE = { $: "DICTREPLACE"; loc: $.Loc | undefined; }; export declare const DICTREPLACEREF: (loc?: $.Loc) => DICTREPLACEREF; export type DICTREPLACEREF = { $: "DICTREPLACEREF"; loc: $.Loc | undefined; }; export declare const DICTIREPLACE: (loc?: $.Loc) => DICTIREPLACE; export type DICTIREPLACE = { $: "DICTIREPLACE"; loc: $.Loc | undefined; }; export declare const DICTIREPLACEREF: (loc?: $.Loc) => DICTIREPLACEREF; export type DICTIREPLACEREF = { $: "DICTIREPLACEREF"; loc: $.Loc | undefined; }; export declare const DICTUREPLACE: (loc?: $.Loc) => DICTUREPLACE; export type DICTUREPLACE = { $: "DICTUREPLACE"; loc: $.Loc | undefined; }; export declare const DICTUREPLACEREF: (loc?: $.Loc) => DICTUREPLACEREF; export type DICTUREPLACEREF = { $: "DICTUREPLACEREF"; loc: $.Loc | undefined; }; export declare const DICTREPLACEGET: (loc?: $.Loc) => DICTREPLACEGET; export type DICTREPLACEGET = { $: "DICTREPLACEGET"; loc: $.Loc | undefined; }; export declare const DICTREPLACEGETREF: (loc?: $.Loc) => DICTREPLACEGETREF; export type DICTREPLACEGETREF = { $: "DICTREPLACEGETREF"; loc: $.Loc | undefined; }; export declare const DICTIREPLACEGET: (loc?: $.Loc) => DICTIREPLACEGET; export type DICTIREPLACEGET = { $: "DICTIREPLACEGET"; loc: $.Loc | undefined; }; export declare const DICTIREPLACEGETREF: (loc?: $.Loc) => DICTIREPLACEGETREF; export type DICTIREPLACEGETREF = { $: "DICTIREPLACEGETREF"; loc: $.Loc | undefined; }; export declare const DICTUREPLACEGET: (loc?: $.Loc) => DICTUREPLACEGET; export type DICTUREPLACEGET = { $: "DICTUREPLACEGET"; loc: $.Loc | undefined; }; export declare const DICTUREPLACEGETREF: (loc?: $.Loc) => DICTUREPLACEGETREF; export type DICTUREPLACEGETREF = { $: "DICTUREPLACEGETREF"; loc: $.Loc | undefined; }; export declare const DICTADD: (loc?: $.Loc) => DICTADD; export type DICTADD = { $: "DICTADD"; loc: $.Loc | undefined; }; export declare const DICTADDREF: (loc?: $.Loc) => DICTADDREF; export type DICTADDREF = { $: "DICTADDREF"; loc: $.Loc | undefined; }; export declare const DICTIADD: (loc?: $.Loc) => DICTIADD; export type DICTIADD = { $: "DICTIADD"; loc: $.Loc | undefined; }; export declare const DICTIADDREF: (loc?: $.Loc) => DICTIADDREF; export type DICTIADDREF = { $: "DICTIADDREF"; loc: $.Loc | undefined; }; export declare const DICTUADD: (loc?: $.Loc) => DICTUADD; export type DICTUADD = { $: "DICTUADD"; loc: $.Loc | undefined; }; export declare const DICTUADDREF: (loc?: $.Loc) => DICTUADDREF; export type DICTUADDREF = { $: "DICTUADDREF"; loc: $.Loc | undefined; }; export declare const DICTADDGET: (loc?: $.Loc) => DICTADDGET; export type DICTADDGET = { $: "DICTADDGET"; loc: $.Loc | undefined; }; export declare const DICTADDGETREF: (loc?: $.Loc) => DICTADDGETREF; export type DICTADDGETREF = { $: "DICTADDGETREF"; loc: $.Loc | undefined; }; export declare const DICTIADDGET: (loc?: $.Loc) => DICTIADDGET; export type DICTIADDGET = { $: "DICTIADDGET"; loc: $.Loc | undefined; }; export declare const DICTIADDGETREF: (loc?: $.Loc) => DICTIADDGETREF; export type DICTIADDGETREF = { $: "DICTIADDGETREF"; loc: $.Loc | undefined; }; export declare const DICTUADDGET: (loc?: $.Loc) => DICTUADDGET; export type DICTUADDGET = { $: "DICTUADDGET"; loc: $.Loc | undefined; }; export declare const DICTUADDGETREF: (loc?: $.Loc) => DICTUADDGETREF; export type DICTUADDGETREF = { $: "DICTUADDGETREF"; loc: $.Loc | undefined; }; export declare const DICTDELGET: (loc?: $.Loc) => DICTDELGET; export type DICTDELGET = { $: "DICTDELGET"; loc: $.Loc | undefined; }; export declare const DICTDELGETREF: (loc?: $.Loc) => DICTDELGETREF; export type DICTDELGETREF = { $: "DICTDELGETREF"; loc: $.Loc | undefined; }; export declare const DICTIDELGET: (loc?: $.Loc) => DICTIDELGET; export type DICTIDELGET = { $: "DICTIDELGET"; loc: $.Loc | undefined; }; export declare const DICTIDELGETREF: (loc?: $.Loc) => DICTIDELGETREF; export type DICTIDELGETREF = { $: "DICTIDELGETREF"; loc: $.Loc | undefined; }; export declare const DICTUDELGET: (loc?: $.Loc) => DICTUDELGET; export type DICTUDELGET = { $: "DICTUDELGET"; loc: $.Loc | undefined; }; export declare const DICTUDELGETREF: (loc?: $.Loc) => DICTUDELGETREF; export type DICTUDELGETREF = { $: "DICTUDELGETREF"; loc: $.Loc | undefined; }; export declare const DICTMIN: (loc?: $.Loc) => DICTMIN; export type DICTMIN = { $: "DICTMIN"; loc: $.Loc | undefined; }; export declare const DICTMINREF: (loc?: $.Loc) => DICTMINREF; export type DICTMINREF = { $: "DICTMINREF"; loc: $.Loc | undefined; }; export declare const DICTIMIN: (loc?: $.Loc) => DICTIMIN; export type DICTIMIN = { $: "DICTIMIN"; loc: $.Loc | undefined; }; export declare const DICTIMINREF: (loc?: $.Loc) => DICTIMINREF; export type DICTIMINREF = { $: "DICTIMINREF"; loc: $.Loc | undefined; }; export declare const DICTUMIN: (loc?: $.Loc) => DICTUMIN; export type DICTUMIN = { $: "DICTUMIN"; loc: $.Loc | undefined; }; export declare const DICTUMINREF: (loc?: $.Loc) => DICTUMINREF; export type DICTUMINREF = { $: "DICTUMINREF"; loc: $.Loc | undefined; }; export declare const DICTMAX: (loc?: $.Loc) => DICTMAX; export type DICTMAX = { $: "DICTMAX"; loc: $.Loc | undefined; }; export declare const DICTMAXREF: (loc?: $.Loc) => DICTMAXREF; export type DICTMAXREF = { $: "DICTMAXREF"; loc: $.Loc | undefined; }; export declare const DICTIMAX: (loc?: $.Loc) => DICTIMAX; export type DICTIMAX = { $: "DICTIMAX"; loc: $.Loc | undefined; }; export declare const DICTIMAXREF: (loc?: $.Loc) => DICTIMAXREF; export type DICTIMAXREF = { $: "DICTIMAXREF"; loc: $.Loc | undefined; }; export declare const DICTUMAX: (loc?: $.Loc) => DICTUMAX; export type DICTUMAX = { $: "DICTUMAX"; loc: $.Loc | undefined; }; export declare const DICTUMAXREF: (loc?: $.Loc) => DICTUMAXREF; export type DICTUMAXREF = { $: "DICTUMAXREF"; loc: $.Loc | undefined; }; export declare const DICTREMMIN: (loc?: $.Loc) => DICTREMMIN; export type DICTREMMIN = { $: "DICTREMMIN"; loc: $.Loc | undefined; }; export declare const DICTREMMINREF: (loc?: $.Loc) => DICTREMMINREF; export type DICTREMMINREF = { $: "DICTREMMINREF"; loc: $.Loc | undefined; }; export declare const DICTIREMMIN: (loc?: $.Loc) => DICTIREMMIN; export type DICTIREMMIN = { $: "DICTIREMMIN"; loc: $.Loc | undefined; }; export declare const DICTIREMMINREF: (loc?: $.Loc) => DICTIREMMINREF; export type DICTIREMMINREF = { $: "DICTIREMMINREF"; loc: $.Loc | undefined; }; export declare const DICTUREMMIN: (loc?: $.Loc) => DICTUREMMIN; export type DICTUREMMIN = { $: "DICTUREMMIN"; loc: $.Loc | undefined; }; export declare const DICTUREMMINREF: (loc?: $.Loc) => DICTUREMMINREF; export type DICTUREMMINREF = { $: "DICTUREMMINREF"; loc: $.Loc | undefined; }; export declare const DICTREMMAX: (loc?: $.Loc) => DICTREMMAX; export type DICTREMMAX = { $: "DICTREMMAX"; loc: $.Loc | undefined; }; export declare const DICTREMMAXREF: (loc?: $.Loc) => DICTREMMAXREF; export type DICTREMMAXREF = { $: "DICTREMMAXREF"; loc: $.Loc | undefined; }; export declare const DICTIREMMAX: (loc?: $.Loc) => DICTIREMMAX; export type DICTIREMMAX = { $: "DICTIREMMAX"; loc: $.Loc | undefined; }; export declare const DICTIREMMAXREF: (loc?: $.Loc) => DICTIREMMAXREF; export type DICTIREMMAXREF = { $: "DICTIREMMAXREF"; loc: $.Loc | undefined; }; export declare const DICTUREMMAX: (loc?: $.Loc) => DICTUREMMAX; export type DICTUREMMAX = { $: "DICTUREMMAX"; loc: $.Loc | undefined; }; export declare const DICTUREMMAXREF: (loc?: $.Loc) => DICTUREMMAXREF; export type DICTUREMMAXREF = { $: "DICTUREMMAXREF"; loc: $.Loc | undefined; }; export declare const DICTSETB: (loc?: $.Loc) => DICTSETB; export type DICTSETB = { $: "DICTSETB"; loc: $.Loc | undefined; }; export declare const DICTISETB: (loc?: $.Loc) => DICTISETB; export type DICTISETB = { $: "DICTISETB"; loc: $.Loc | undefined; }; export declare const DICTUSETB: (loc?: $.Loc) => DICTUSETB; export type DICTUSETB = { $: "DICTUSETB"; loc: $.Loc | undefined; }; export declare const DICTSETGETB: (loc?: $.Loc) => DICTSETGETB; export type DICTSETGETB = { $: "DICTSETGETB"; loc: $.Loc | undefined; }; export declare const DICTISETGETB: (loc?: $.Loc) => DICTISETGETB; export type DICTISETGETB = { $: "DICTISETGETB"; loc: $.Loc | undefined; }; export declare const DICTUSETGETB: (loc?: $.Loc) => DICTUSETGETB; export type DICTUSETGETB = { $: "DICTUSETGETB"; loc: $.Loc | undefined; }; export declare const DICTREPLACEB: (loc?: $.Loc) => DICTREPLACEB; export type DICTREPLACEB = { $: "DICTREPLACEB"; loc: $.Loc | undefined; }; export declare const DICTIREPLACEB: (loc?: $.Loc) => DICTIREPLACEB; export type DICTIREPLACEB = { $: "DICTIREPLACEB"; loc: $.Loc | undefined; }; export declare const DICTUREPLACEB: (loc?: $.Loc) => DICTUREPLACEB; export type DICTUREPLACEB = { $: "DICTUREPLACEB"; loc: $.Loc | undefined; }; export declare const DICTREPLACEGETB: (loc?: $.Loc) => DICTREPLACEGETB; export type DICTREPLACEGETB = { $: "DICTREPLACEGETB"; loc: $.Loc | undefined; }; export declare const DICTIREPLACEGETB: (loc?: $.Loc) => DICTIREPLACEGETB; export type DICTIREPLACEGETB = { $: "DICTIREPLACEGETB"; loc: $.Loc | undefined; }; export declare const DICTUREPLACEGETB: (loc?: $.Loc) => DICTUREPLACEGETB; export type DICTUREPLACEGETB = { $: "DICTUREPLACEGETB"; loc: $.Loc | undefined; }; export declare const DICTADDB: (loc?: $.Loc) => DICTADDB; export type DICTADDB = { $: "DICTADDB"; loc: $.Loc | undefined; }; export declare const DICTIADDB: (loc?: $.Loc) => DICTIADDB; export type DICTIADDB = { $: "DICTIADDB"; loc: $.Loc | undefined; }; export declare const DICTUADDB: (loc?: $.Loc) => DICTUADDB; export type DICTUADDB = { $: "DICTUADDB"; loc: $.Loc | undefined; }; export declare const DICTADDGETB: (loc?: $.Loc) => DICTADDGETB; export type DICTADDGETB = { $: "DICTADDGETB"; loc: $.Loc | undefined; }; export declare const DICTIADDGETB: (loc?: $.Loc) => DICTIADDGETB; export type DICTIADDGETB = { $: "DICTIADDGETB"; loc: $.Loc | undefined; }; export declare const DICTUADDGETB: (loc?: $.Loc) => DICTUADDGETB; export type DICTUADDGETB = { $: "DICTUADDGETB"; loc: $.Loc | undefined; }; export declare const DICTDEL: (loc?: $.Loc) => DICTDEL; export type DICTDEL = { $: "DICTDEL"; loc: $.Loc | undefined; }; export declare const DICTIDEL: (loc?: $.Loc) => DICTIDEL; export type DICTIDEL = { $: "DICTIDEL"; loc: $.Loc | undefined; }; export declare const DICTUDEL: (loc?: $.Loc) => DICTUDEL; export type DICTUDEL = { $: "DICTUDEL"; loc: $.Loc | undefined; }; export declare const DICTGETOPTREF: (loc?: $.Loc) => DICTGETOPTREF; export type DICTGETOPTREF = { $: "DICTGETOPTREF"; loc: $.Loc | undefined; }; export declare const DICTIGETOPTREF: (loc?: $.Loc) => DICTIGETOPTREF; export type DICTIGETOPTREF = { $: "DICTIGETOPTREF"; loc: $.Loc | undefined; }; export declare const DICTUGETOPTREF: (loc?: $.Loc) => DICTUGETOPTREF; export type DICTUGETOPTREF = { $: "DICTUGETOPTREF"; loc: $.Loc | undefined; }; export declare const DICTSETGETOPTREF: (loc?: $.Loc) => DICTSETGETOPTREF; export type DICTSETGETOPTREF = { $: "DICTSETGETOPTREF"; loc: $.Loc | undefined; }; export declare const DICTISETGETOPTREF: (loc?: $.Loc) => DICTISETGETOPTREF; export type DICTISETGETOPTREF = { $: "DICTISETGETOPTREF"; loc: $.Loc | undefined; }; export declare const DICTUSETGETOPTREF: (loc?: $.Loc) => DICTUSETGETOPTREF; export type DICTUSETGETOPTREF = { $: "DICTUSETGETOPTREF"; loc: $.Loc | undefined; }; export declare const SUBDICTGET: (loc?: $.Loc) => SUBDICTGET; export type SUBDICTGET = { $: "SUBDICTGET"; loc: $.Loc | undefined; }; export declare const SUBDICTIGET: (loc?: $.Loc) => SUBDICTIGET; export type SUBDICTIGET = { $: "SUBDICTIGET"; loc: $.Loc | undefined; }; export declare const SUBDICTUGET: (loc?: $.Loc) => SUBDICTUGET; export type SUBDICTUGET = { $: "SUBDICTUGET"; loc: $.Loc | undefined; }; export declare const SUBDICTRPGET: (loc?: $.Loc) => SUBDICTRPGET; export type SUBDICTRPGET = { $: "SUBDICTRPGET"; loc: $.Loc | undefined; }; export declare const SUBDICTIRPGET: (loc?: $.Loc) => SUBDICTIRPGET; export type SUBDICTIRPGET = { $: "SUBDICTIRPGET"; loc: $.Loc | undefined; }; export declare const SUBDICTURPGET: (loc?: $.Loc) => SUBDICTURPGET; export type SUBDICTURPGET = { $: "SUBDICTURPGET"; loc: $.Loc | undefined; }; export declare const THROWANY: (loc?: $.Loc) => THROWANY; export type THROWANY = { $: "THROWANY"; loc: $.Loc | undefined; }; export declare const THROWARGANY: (loc?: $.Loc) => THROWARGANY; export type THROWARGANY = { $: "THROWARGANY"; loc: $.Loc | undefined; }; export declare const THROWANYIFNOT: (loc?: $.Loc) => THROWANYIFNOT; export type THROWANYIFNOT = { $: "THROWANYIFNOT"; loc: $.Loc | undefined; }; export declare const THROWARGANYIFNOT: (loc?: $.Loc) => THROWARGANYIFNOT; export type THROWARGANYIFNOT = { $: "THROWARGANYIFNOT"; loc: $.Loc | undefined; }; export declare const DICTGETNEXT: (loc?: $.Loc) => DICTGETNEXT; export type DICTGETNEXT = { $: "DICTGETNEXT"; loc: $.Loc | undefined; }; export declare const DICTGETNEXTEQ: (loc?: $.Loc) => DICTGETNEXTEQ; export type DICTGETNEXTEQ = { $: "DICTGETNEXTEQ"; loc: $.Loc | undefined; }; export declare const DICTGETPREV: (loc?: $.Loc) => DICTGETPREV; export type DICTGETPREV = { $: "DICTGETPREV"; loc: $.Loc | undefined; }; export declare const DICTGETPREVEQ: (loc?: $.Loc) => DICTGETPREVEQ; export type DICTGETPREVEQ = { $: "DICTGETPREVEQ"; loc: $.Loc | undefined; }; export declare const DICTIGETNEXT: (loc?: $.Loc) => DICTIGETNEXT; export type DICTIGETNEXT = { $: "DICTIGETNEXT"; loc: $.Loc | undefined; }; export declare const DICTIGETNEXTEQ: (loc?: $.Loc) => DICTIGETNEXTEQ; export type DICTIGETNEXTEQ = { $: "DICTIGETNEXTEQ"; loc: $.Loc | undefined; }; export declare const DICTIGETPREV: (loc?: $.Loc) => DICTIGETPREV; export type DICTIGETPREV = { $: "DICTIGETPREV"; loc: $.Loc | undefined; }; export declare const DICTIGETPREVEQ: (loc?: $.Loc) => DICTIGETPREVEQ; export type DICTIGETPREVEQ = { $: "DICTIGETPREVEQ"; loc: $.Loc | undefined; }; export declare const DICTUGETNEXT: (loc?: $.Loc) => DICTUGETNEXT; export type DICTUGETNEXT = { $: "DICTUGETNEXT"; loc: $.Loc | undefined; }; export declare const DICTUGETNEXTEQ: (loc?: $.Loc) => DICTUGETNEXTEQ; export type DICTUGETNEXTEQ = { $: "DICTUGETNEXTEQ"; loc: $.Loc | undefined; }; export declare const DICTUGETPREV: (loc?: $.Loc) => DICTUGETPREV; export type DICTUGETPREV = { $: "DICTUGETPREV"; loc: $.Loc | undefined; }; export declare const DICTUGETPREVEQ: (loc?: $.Loc) => DICTUGETPREVEQ; export type DICTUGETPREVEQ = { $: "DICTUGETPREVEQ"; loc: $.Loc | undefined; }; export declare const ADDINT: (arg0: number, loc?: $.Loc) => ADDINT; export type ADDINT = { $: "ADDINT"; arg0: number; loc: $.Loc | undefined; }; export declare const MULINT: (arg0: number, loc?: $.Loc) => MULINT; export type MULINT = { $: "MULINT"; arg0: number; loc: $.Loc | undefined; }; export declare const QADDINT: (arg0: number, loc?: $.Loc) => QADDINT; export type QADDINT = { $: "QADDINT"; arg0: number; loc: $.Loc | undefined; }; export declare const QMULINT: (arg0: number, loc?: $.Loc) => QMULINT; export type QMULINT = { $: "QMULINT"; arg0: number; loc: $.Loc | undefined; }; export declare const EQINT: (arg0: number, loc?: $.Loc) => EQINT; export type EQINT = { $: "EQINT"; arg0: number; loc: $.Loc | undefined; }; export declare const LESSINT: (arg0: number, loc?: $.Loc) => LESSINT; export type LESSINT = { $: "LESSINT"; arg0: number; loc: $.Loc | undefined; }; export declare const GTINT: (arg0: number, loc?: $.Loc) => GTINT; export type GTINT = { $: "GTINT"; arg0: number; loc: $.Loc | undefined; }; export declare const NEQINT: (arg0: number, loc?: $.Loc) => NEQINT; export type NEQINT = { $: "NEQINT"; arg0: number; loc: $.Loc | undefined; }; export declare const QEQINT: (arg0: number, loc?: $.Loc) => QEQINT; export type QEQINT = { $: "QEQINT"; arg0: number; loc: $.Loc | undefined; }; export declare const QLESSINT: (arg0: number, loc?: $.Loc) => QLESSINT; export type QLESSINT = { $: "QLESSINT"; arg0: number; loc: $.Loc | undefined; }; export declare const QGTINT: (arg0: number, loc?: $.Loc) => QGTINT; export type QGTINT = { $: "QGTINT"; arg0: number; loc: $.Loc | undefined; }; export declare const QNEQINT: (arg0: number, loc?: $.Loc) => QNEQINT; export type QNEQINT = { $: "QNEQINT"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHPOW2DEC: (arg0: number, loc?: $.Loc) => PUSHPOW2DEC; export type PUSHPOW2DEC = { $: "PUSHPOW2DEC"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHNEGPOW2: (arg0: number, loc?: $.Loc) => PUSHNEGPOW2; export type PUSHNEGPOW2 = { $: "PUSHNEGPOW2"; arg0: number; loc: $.Loc | undefined; }; export declare const FITS: (arg0: number, loc?: $.Loc) => FITS; export type FITS = { $: "FITS"; arg0: number; loc: $.Loc | undefined; }; export declare const UFITS: (arg0: number, loc?: $.Loc) => UFITS; export type UFITS = { $: "UFITS"; arg0: number; loc: $.Loc | undefined; }; export declare const QFITS: (arg0: number, loc?: $.Loc) => QFITS; export type QFITS = { $: "QFITS"; arg0: number; loc: $.Loc | undefined; }; export declare const QUFITS: (arg0: number, loc?: $.Loc) => QUFITS; export type QUFITS = { $: "QUFITS"; arg0: number; loc: $.Loc | undefined; }; export declare const SETCONTCTRMANY: (arg0: number, loc?: $.Loc) => SETCONTCTRMANY; export type SETCONTCTRMANY = { $: "SETCONTCTRMANY"; arg0: number; loc: $.Loc | undefined; }; export declare const CALLCCARGS: (arg0: number, arg1: number, loc?: $.Loc) => CALLCCARGS; export type CALLCCARGS = { $: "CALLCCARGS"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const TRYARGS: (arg0: number, arg1: number, loc?: $.Loc) => TRYARGS; export type TRYARGS = { $: "TRYARGS"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const PLDREFIDX: (arg0: number, loc?: $.Loc) => PLDREFIDX; export type PLDREFIDX = { $: "PLDREFIDX"; arg0: number; loc: $.Loc | undefined; }; export declare const CHASHI: (arg0: number, loc?: $.Loc) => CHASHI; export type CHASHI = { $: "CHASHI"; arg0: number; loc: $.Loc | undefined; }; export declare const CDEPTHI: (arg0: number, loc?: $.Loc) => CDEPTHI; export type CDEPTHI = { $: "CDEPTHI"; arg0: number; loc: $.Loc | undefined; }; export declare const JMPDICT: (arg0: number, loc?: $.Loc) => JMPDICT; export type JMPDICT = { $: "JMPDICT"; arg0: number; loc: $.Loc | undefined; }; export declare const PREPAREDICT: (arg0: number, loc?: $.Loc) => PREPAREDICT; export type PREPAREDICT = { $: "PREPAREDICT"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWARG: (arg0: number, loc?: $.Loc) => THROWARG; export type THROWARG = { $: "THROWARG"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWARGIF: (arg0: number, loc?: $.Loc) => THROWARGIF; export type THROWARGIF = { $: "THROWARGIF"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWARGIFNOT: (arg0: number, loc?: $.Loc) => THROWARGIFNOT; export type THROWARGIFNOT = { $: "THROWARGIFNOT"; arg0: number; loc: $.Loc | undefined; }; export declare const JMPXARGS: (arg0: number, loc?: $.Loc) => JMPXARGS; export type JMPXARGS = { $: "JMPXARGS"; arg0: number; loc: $.Loc | undefined; }; export declare const RETARGS: (arg0: number, loc?: $.Loc) => RETARGS; export type RETARGS = { $: "RETARGS"; arg0: number; loc: $.Loc | undefined; }; export declare const RETURNARGS: (arg0: number, loc?: $.Loc) => RETURNARGS; export type RETURNARGS = { $: "RETURNARGS"; arg0: number; loc: $.Loc | undefined; }; export declare const BLKDROP: (arg0: number, loc?: $.Loc) => BLKDROP; export type BLKDROP = { $: "BLKDROP"; arg0: number; loc: $.Loc | undefined; }; export declare const TUPLE: (arg0: number, loc?: $.Loc) => TUPLE; export type TUPLE = { $: "TUPLE"; arg0: number; loc: $.Loc | undefined; }; export declare const INDEX: (arg0: number, loc?: $.Loc) => INDEX; export type INDEX = { $: "INDEX"; arg0: number; loc: $.Loc | undefined; }; export declare const UNTUPLE: (arg0: number, loc?: $.Loc) => UNTUPLE; export type UNTUPLE = { $: "UNTUPLE"; arg0: number; loc: $.Loc | undefined; }; export declare const UNPACKFIRST: (arg0: number, loc?: $.Loc) => UNPACKFIRST; export type UNPACKFIRST = { $: "UNPACKFIRST"; arg0: number; loc: $.Loc | undefined; }; export declare const EXPLODE: (arg0: number, loc?: $.Loc) => EXPLODE; export type EXPLODE = { $: "EXPLODE"; arg0: number; loc: $.Loc | undefined; }; export declare const SETINDEX: (arg0: number, loc?: $.Loc) => SETINDEX; export type SETINDEX = { $: "SETINDEX"; arg0: number; loc: $.Loc | undefined; }; export declare const INDEXQ: (arg0: number, loc?: $.Loc) => INDEXQ; export type INDEXQ = { $: "INDEXQ"; arg0: number; loc: $.Loc | undefined; }; export declare const SETINDEXQ: (arg0: number, loc?: $.Loc) => SETINDEXQ; export type SETINDEXQ = { $: "SETINDEXQ"; arg0: number; loc: $.Loc | undefined; }; export declare const XC2PU: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => XC2PU; export type XC2PU = { $: "XC2PU"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const XCPU2: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => XCPU2; export type XCPU2 = { $: "XCPU2"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const PUSH3: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => PUSH3; export type PUSH3 = { $: "PUSH3"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const XCHG2: (arg0: number, arg1: number, loc?: $.Loc) => XCHG2; export type XCHG2 = { $: "XCHG2"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const XCPU: (arg0: number, arg1: number, loc?: $.Loc) => XCPU; export type XCPU = { $: "XCPU"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const PUSH2: (arg0: number, arg1: number, loc?: $.Loc) => PUSH2; export type PUSH2 = { $: "PUSH2"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const PUXC: (arg0: number, arg1: number, loc?: $.Loc) => PUXC; export type PUXC = { $: "PUXC"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const XCPUXC: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => XCPUXC; export type XCPUXC = { $: "XCPUXC"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const PUXC2: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => PUXC2; export type PUXC2 = { $: "PUXC2"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const PUXCPU: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => PUXCPU; export type PUXCPU = { $: "PUXCPU"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const PU2XC: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => PU2XC; export type PU2XC = { $: "PU2XC"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const BLKSWAP: (arg0: number, arg1: number, loc?: $.Loc) => BLKSWAP; export type BLKSWAP = { $: "BLKSWAP"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const REVERSE: (arg0: number, arg1: number, loc?: $.Loc) => REVERSE; export type REVERSE = { $: "REVERSE"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const SETCONTARGS: (arg0: number, arg1: number, loc?: $.Loc) => SETCONTARGS; export type SETCONTARGS = { $: "SETCONTARGS"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const BLESSARGS: (arg0: number, arg1: number, loc?: $.Loc) => BLESSARGS; export type BLESSARGS = { $: "BLESSARGS"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const STIR: (arg0: number, loc?: $.Loc) => STIR; export type STIR = { $: "STIR"; arg0: number; loc: $.Loc | undefined; }; export declare const STUR: (arg0: number, loc?: $.Loc) => STUR; export type STUR = { $: "STUR"; arg0: number; loc: $.Loc | undefined; }; export declare const STIQ: (arg0: number, loc?: $.Loc) => STIQ; export type STIQ = { $: "STIQ"; arg0: number; loc: $.Loc | undefined; }; export declare const STUQ: (arg0: number, loc?: $.Loc) => STUQ; export type STUQ = { $: "STUQ"; arg0: number; loc: $.Loc | undefined; }; export declare const STIRQ: (arg0: number, loc?: $.Loc) => STIRQ; export type STIRQ = { $: "STIRQ"; arg0: number; loc: $.Loc | undefined; }; export declare const STURQ: (arg0: number, loc?: $.Loc) => STURQ; export type STURQ = { $: "STURQ"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDI: (arg0: number, loc?: $.Loc) => PLDI; export type PLDI = { $: "PLDI"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDU: (arg0: number, loc?: $.Loc) => PLDU; export type PLDU = { $: "PLDU"; arg0: number; loc: $.Loc | undefined; }; export declare const LDIQ: (arg0: number, loc?: $.Loc) => LDIQ; export type LDIQ = { $: "LDIQ"; arg0: number; loc: $.Loc | undefined; }; export declare const LDUQ: (arg0: number, loc?: $.Loc) => LDUQ; export type LDUQ = { $: "LDUQ"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDIQ: (arg0: number, loc?: $.Loc) => PLDIQ; export type PLDIQ = { $: "PLDIQ"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDUQ: (arg0: number, loc?: $.Loc) => PLDUQ; export type PLDUQ = { $: "PLDUQ"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDUZ: (arg0: number, loc?: $.Loc) => PLDUZ; export type PLDUZ = { $: "PLDUZ"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDSLICE: (arg0: number, loc?: $.Loc) => PLDSLICE; export type PLDSLICE = { $: "PLDSLICE"; arg0: number; loc: $.Loc | undefined; }; export declare const LDSLICEQ: (arg0: number, loc?: $.Loc) => LDSLICEQ; export type LDSLICEQ = { $: "LDSLICEQ"; arg0: number; loc: $.Loc | undefined; }; export declare const PLDSLICEQ: (arg0: number, loc?: $.Loc) => PLDSLICEQ; export type PLDSLICEQ = { $: "PLDSLICEQ"; arg0: number; loc: $.Loc | undefined; }; export declare const IFBITJMP: (arg0: number, loc?: $.Loc) => IFBITJMP; export type IFBITJMP = { $: "IFBITJMP"; arg0: number; loc: $.Loc | undefined; }; export declare const IFNBITJMP: (arg0: number, loc?: $.Loc) => IFNBITJMP; export type IFNBITJMP = { $: "IFNBITJMP"; arg0: number; loc: $.Loc | undefined; }; export declare const INDEX2: (arg0: number, arg1: number, loc?: $.Loc) => INDEX2; export type INDEX2 = { $: "INDEX2"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const INDEX3: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => INDEX3; export type INDEX3 = { $: "INDEX3"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const PUSHPOW2: (arg0: number, loc?: $.Loc) => PUSHPOW2; export type PUSHPOW2 = { $: "PUSHPOW2"; arg0: number; loc: $.Loc | undefined; }; export declare const BLKPUSH: (arg0: number, arg1: number, loc?: $.Loc) => BLKPUSH; export type BLKPUSH = { $: "BLKPUSH"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const BLKDROP2: (arg0: number, arg1: number, loc?: $.Loc) => BLKDROP2; export type BLKDROP2 = { $: "BLKDROP2"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const GETGLOB: (arg0: number, loc?: $.Loc) => GETGLOB; export type GETGLOB = { $: "GETGLOB"; arg0: number; loc: $.Loc | undefined; }; export declare const SETGLOB: (arg0: number, loc?: $.Loc) => SETGLOB; export type SETGLOB = { $: "SETGLOB"; arg0: number; loc: $.Loc | undefined; }; export declare const GETPARAM: (arg0: number, loc?: $.Loc) => GETPARAM; export type GETPARAM = { $: "GETPARAM"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHREF: (arg0: $.Code, loc?: $.Loc) => PUSHREF; export type PUSHREF = { $: "PUSHREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const PUSHREFSLICE: (arg0: $.Code, loc?: $.Loc) => PUSHREFSLICE; export type PUSHREFSLICE = { $: "PUSHREFSLICE"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const PUSHREFCONT: (arg0: $.Code, loc?: $.Loc) => PUSHREFCONT; export type PUSHREFCONT = { $: "PUSHREFCONT"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const CALLREF: (arg0: $.Code, loc?: $.Loc) => CALLREF; export type CALLREF = { $: "CALLREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const JMPREF: (arg0: $.Code, loc?: $.Loc) => JMPREF; export type JMPREF = { $: "JMPREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const JMPREFDATA: (arg0: $.Code, loc?: $.Loc) => JMPREFDATA; export type JMPREFDATA = { $: "JMPREFDATA"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFREF: (arg0: $.Code, loc?: $.Loc) => IFREF; export type IFREF = { $: "IFREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFNOTREF: (arg0: $.Code, loc?: $.Loc) => IFNOTREF; export type IFNOTREF = { $: "IFNOTREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFJMPREF: (arg0: $.Code, loc?: $.Loc) => IFJMPREF; export type IFJMPREF = { $: "IFJMPREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFNOTJMPREF: (arg0: $.Code, loc?: $.Loc) => IFNOTJMPREF; export type IFNOTJMPREF = { $: "IFNOTJMPREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFREFELSE: (arg0: $.Code, loc?: $.Loc) => IFREFELSE; export type IFREFELSE = { $: "IFREFELSE"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFELSEREF: (arg0: $.Code, loc?: $.Loc) => IFELSEREF; export type IFELSEREF = { $: "IFELSEREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const IFREFELSEREF: (arg0: $.Code, arg1: $.Code, loc?: $.Loc) => IFREFELSEREF; export type IFREFELSEREF = { $: "IFREFELSEREF"; arg0: $.Code; arg1: $.Code; loc: $.Loc | undefined; }; export declare const IFBITJMPREF: (arg0: number, arg1: $.Code, loc?: $.Loc) => IFBITJMPREF; export type IFBITJMPREF = { $: "IFBITJMPREF"; arg0: number; arg1: $.Code; loc: $.Loc | undefined; }; export declare const IFNBITJMPREF: (arg0: number, arg1: $.Code, loc?: $.Loc) => IFNBITJMPREF; export type IFNBITJMPREF = { $: "IFNBITJMPREF"; arg0: number; arg1: $.Code; loc: $.Loc | undefined; }; export declare const DICTPUSHCONST: (arg0: number, arg1: $.Dict, loc?: $.Loc) => DICTPUSHCONST; export type DICTPUSHCONST = { $: "DICTPUSHCONST"; arg0: number; arg1: $.Dict; loc: $.Loc | undefined; }; export declare const PFXDICTSWITCH: (arg0: number, arg1: $.Dict, loc?: $.Loc) => PFXDICTSWITCH; export type PFXDICTSWITCH = { $: "PFXDICTSWITCH"; arg0: number; arg1: $.Dict; loc: $.Loc | undefined; }; export declare const SDBEGINSX: (loc?: $.Loc) => SDBEGINSX; export type SDBEGINSX = { $: "SDBEGINSX"; loc: $.Loc | undefined; }; export declare const SDBEGINSXQ: (loc?: $.Loc) => SDBEGINSXQ; export type SDBEGINSXQ = { $: "SDBEGINSXQ"; loc: $.Loc | undefined; }; export declare const SDBEGINS: (arg0: G.Slice, loc?: $.Loc) => SDBEGINS; export type SDBEGINS = { $: "SDBEGINS"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const SDBEGINSQ: (arg0: G.Slice, loc?: $.Loc) => SDBEGINSQ; export type SDBEGINSQ = { $: "SDBEGINSQ"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const STREFCONST: (arg0: $.Code, loc?: $.Loc) => STREFCONST; export type STREFCONST = { $: "STREFCONST"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const STREF2CONST: (arg0: $.Code, arg1: $.Code, loc?: $.Loc) => STREF2CONST; export type STREF2CONST = { $: "STREF2CONST"; arg0: $.Code; arg1: $.Code; loc: $.Loc | undefined; }; export declare const THROWANYIF: (loc?: $.Loc) => THROWANYIF; export type THROWANYIF = { $: "THROWANYIF"; loc: $.Loc | undefined; }; export declare const THROWARGANYIF: (loc?: $.Loc) => THROWARGANYIF; export type THROWARGANYIF = { $: "THROWARGANYIF"; loc: $.Loc | undefined; }; export declare const DEBUGSTR: (arg0: G.Slice, loc?: $.Loc) => DEBUGSTR; export type DEBUGSTR = { $: "DEBUGSTR"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const SETCONTCTR: (arg0: number, loc?: $.Loc) => SETCONTCTR; export type SETCONTCTR = { $: "SETCONTCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const SETRETCTR: (arg0: number, loc?: $.Loc) => SETRETCTR; export type SETRETCTR = { $: "SETRETCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const SETALTCTR: (arg0: number, loc?: $.Loc) => SETALTCTR; export type SETALTCTR = { $: "SETALTCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const POPSAVE: (arg0: number, loc?: $.Loc) => POPSAVE; export type POPSAVE = { $: "POPSAVE"; arg0: number; loc: $.Loc | undefined; }; export declare const SAVECTR: (arg0: number, loc?: $.Loc) => SAVECTR; export type SAVECTR = { $: "SAVECTR"; arg0: number; loc: $.Loc | undefined; }; export declare const SAVEALTCTR: (arg0: number, loc?: $.Loc) => SAVEALTCTR; export type SAVEALTCTR = { $: "SAVEALTCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const SAVEBOTHCTR: (arg0: number, loc?: $.Loc) => SAVEBOTHCTR; export type SAVEBOTHCTR = { $: "SAVEBOTHCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const RUNVM: (arg0: number, loc?: $.Loc) => RUNVM; export type RUNVM = { $: "RUNVM"; arg0: number; loc: $.Loc | undefined; }; export declare const SWAP2: (loc?: $.Loc) => SWAP2; export type SWAP2 = { $: "SWAP2"; loc: $.Loc | undefined; }; export declare const DROP2: (loc?: $.Loc) => DROP2; export type DROP2 = { $: "DROP2"; loc: $.Loc | undefined; }; export declare const DUP2: (loc?: $.Loc) => DUP2; export type DUP2 = { $: "DUP2"; loc: $.Loc | undefined; }; export declare const OVER2: (loc?: $.Loc) => OVER2; export type OVER2 = { $: "OVER2"; loc: $.Loc | undefined; }; export declare const ADDRSHIFT_MOD: (arg0: number, loc?: $.Loc) => ADDRSHIFT_MOD; export type ADDRSHIFT_MOD = { $: "ADDRSHIFT_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const ADDRSHIFTR_MOD: (arg0: number, loc?: $.Loc) => ADDRSHIFTR_MOD; export type ADDRSHIFTR_MOD = { $: "ADDRSHIFTR_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const ADDRSHIFTC_MOD: (arg0: number, loc?: $.Loc) => ADDRSHIFTC_MOD; export type ADDRSHIFTC_MOD = { $: "ADDRSHIFTC_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFT_: (arg0: number, loc?: $.Loc) => RSHIFT_; export type RSHIFT_ = { $: "RSHIFT_"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFTR_: (arg0: number, loc?: $.Loc) => RSHIFTR_; export type RSHIFTR_ = { $: "RSHIFTR_"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFTC_: (arg0: number, loc?: $.Loc) => RSHIFTC_; export type RSHIFTC_ = { $: "RSHIFTC_"; arg0: number; loc: $.Loc | undefined; }; export declare const MODPOW2_: (arg0: number, loc?: $.Loc) => MODPOW2_; export type MODPOW2_ = { $: "MODPOW2_"; arg0: number; loc: $.Loc | undefined; }; export declare const MODPOW2R_: (arg0: number, loc?: $.Loc) => MODPOW2R_; export type MODPOW2R_ = { $: "MODPOW2R_"; arg0: number; loc: $.Loc | undefined; }; export declare const MODPOW2C_: (arg0: number, loc?: $.Loc) => MODPOW2C_; export type MODPOW2C_ = { $: "MODPOW2C_"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFT_MOD: (arg0: number, loc?: $.Loc) => RSHIFT_MOD; export type RSHIFT_MOD = { $: "RSHIFT_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFTR_MOD: (arg0: number, loc?: $.Loc) => RSHIFTR_MOD; export type RSHIFTR_MOD = { $: "RSHIFTR_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFTC_MOD: (arg0: number, loc?: $.Loc) => RSHIFTC_MOD; export type RSHIFTC_MOD = { $: "RSHIFTC_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const MULADDRSHIFT_MOD: (arg0: number, loc?: $.Loc) => MULADDRSHIFT_MOD; export type MULADDRSHIFT_MOD = { $: "MULADDRSHIFT_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const MULADDRSHIFTR_MOD: (arg0: number, loc?: $.Loc) => MULADDRSHIFTR_MOD; export type MULADDRSHIFTR_MOD = { $: "MULADDRSHIFTR_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const MULADDRSHIFTC_MOD: (arg0: number, loc?: $.Loc) => MULADDRSHIFTC_MOD; export type MULADDRSHIFTC_MOD = { $: "MULADDRSHIFTC_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const MULRSHIFT_: (arg0: number, loc?: $.Loc) => MULRSHIFT_; export type MULRSHIFT_ = { $: "MULRSHIFT_"; arg0: number; loc: $.Loc | undefined; }; export declare const MULRSHIFTR_: (arg0: number, loc?: $.Loc) => MULRSHIFTR_; export type MULRSHIFTR_ = { $: "MULRSHIFTR_"; arg0: number; loc: $.Loc | undefined; }; export declare const MULRSHIFTC_: (arg0: number, loc?: $.Loc) => MULRSHIFTC_; export type MULRSHIFTC_ = { $: "MULRSHIFTC_"; arg0: number; loc: $.Loc | undefined; }; export declare const MULMODPOW2_: (arg0: number, loc?: $.Loc) => MULMODPOW2_; export type MULMODPOW2_ = { $: "MULMODPOW2_"; arg0: number; loc: $.Loc | undefined; }; export declare const MULMODPOW2R_: (arg0: number, loc?: $.Loc) => MULMODPOW2R_; export type MULMODPOW2R_ = { $: "MULMODPOW2R_"; arg0: number; loc: $.Loc | undefined; }; export declare const MULMODPOW2C_: (arg0: number, loc?: $.Loc) => MULMODPOW2C_; export type MULMODPOW2C_ = { $: "MULMODPOW2C_"; arg0: number; loc: $.Loc | undefined; }; export declare const MULRSHIFT_MOD: (arg0: number, loc?: $.Loc) => MULRSHIFT_MOD; export type MULRSHIFT_MOD = { $: "MULRSHIFT_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const MULRSHIFTR_MOD: (arg0: number, loc?: $.Loc) => MULRSHIFTR_MOD; export type MULRSHIFTR_MOD = { $: "MULRSHIFTR_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const MULRSHIFTC_MOD: (arg0: number, loc?: $.Loc) => MULRSHIFTC_MOD; export type MULRSHIFTC_MOD = { $: "MULRSHIFTC_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_ADDDIVMOD: (arg0: number, loc?: $.Loc) => LSHIFT_ADDDIVMOD; export type LSHIFT_ADDDIVMOD = { $: "LSHIFT_ADDDIVMOD"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_ADDDIVMODR: (arg0: number, loc?: $.Loc) => LSHIFT_ADDDIVMODR; export type LSHIFT_ADDDIVMODR = { $: "LSHIFT_ADDDIVMODR"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_ADDDIVMODC: (arg0: number, loc?: $.Loc) => LSHIFT_ADDDIVMODC; export type LSHIFT_ADDDIVMODC = { $: "LSHIFT_ADDDIVMODC"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_DIV: (arg0: number, loc?: $.Loc) => LSHIFT_DIV; export type LSHIFT_DIV = { $: "LSHIFT_DIV"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_DIVR: (arg0: number, loc?: $.Loc) => LSHIFT_DIVR; export type LSHIFT_DIVR = { $: "LSHIFT_DIVR"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_DIVC: (arg0: number, loc?: $.Loc) => LSHIFT_DIVC; export type LSHIFT_DIVC = { $: "LSHIFT_DIVC"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_MOD: (arg0: number, loc?: $.Loc) => LSHIFT_MOD; export type LSHIFT_MOD = { $: "LSHIFT_MOD"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_MODR: (arg0: number, loc?: $.Loc) => LSHIFT_MODR; export type LSHIFT_MODR = { $: "LSHIFT_MODR"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_MODC: (arg0: number, loc?: $.Loc) => LSHIFT_MODC; export type LSHIFT_MODC = { $: "LSHIFT_MODC"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_DIVMOD: (arg0: number, loc?: $.Loc) => LSHIFT_DIVMOD; export type LSHIFT_DIVMOD = { $: "LSHIFT_DIVMOD"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_DIVMODR: (arg0: number, loc?: $.Loc) => LSHIFT_DIVMODR; export type LSHIFT_DIVMODR = { $: "LSHIFT_DIVMODR"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT_DIVMODC: (arg0: number, loc?: $.Loc) => LSHIFT_DIVMODC; export type LSHIFT_DIVMODC = { $: "LSHIFT_DIVMODC"; arg0: number; loc: $.Loc | undefined; }; export declare const HASHEXT: (arg0: $.Hash, loc?: $.Loc) => HASHEXT; export type HASHEXT = { $: "HASHEXT"; arg0: $.Hash; loc: $.Loc | undefined; }; export declare const HASHEXTR: (arg0: $.Hash, loc?: $.Loc) => HASHEXTR; export type HASHEXTR = { $: "HASHEXTR"; arg0: $.Hash; loc: $.Loc | undefined; }; export declare const HASHEXTA: (arg0: $.Hash, loc?: $.Loc) => HASHEXTA; export type HASHEXTA = { $: "HASHEXTA"; arg0: $.Hash; loc: $.Loc | undefined; }; export declare const HASHEXTAR: (arg0: $.Hash, loc?: $.Loc) => HASHEXTAR; export type HASHEXTAR = { $: "HASHEXTAR"; arg0: $.Hash; loc: $.Loc | undefined; }; export declare const STREF: (loc?: $.Loc) => STREF; export type STREF = { $: "STREF"; loc: $.Loc | undefined; }; export declare const STREF_ALT: (loc?: $.Loc) => STREF_ALT; export type STREF_ALT = { $: "STREF_ALT"; loc: $.Loc | undefined; }; export declare const STSLICE: (loc?: $.Loc) => STSLICE; export type STSLICE = { $: "STSLICE"; loc: $.Loc | undefined; }; export declare const STSLICE_ALT: (loc?: $.Loc) => STSLICE_ALT; export type STSLICE_ALT = { $: "STSLICE_ALT"; loc: $.Loc | undefined; }; export declare const XCHG3: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => XCHG3; export type XCHG3 = { $: "XCHG3"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const XCHG3_ALT: (arg0: number, arg1: number, arg2: number, loc?: $.Loc) => XCHG3_ALT; export type XCHG3_ALT = { $: "XCHG3_ALT"; arg0: number; arg1: number; arg2: number; loc: $.Loc | undefined; }; export declare const STI: (arg0: number, loc?: $.Loc) => STI; export type STI = { $: "STI"; arg0: number; loc: $.Loc | undefined; }; export declare const STI_ALT: (arg0: number, loc?: $.Loc) => STI_ALT; export type STI_ALT = { $: "STI_ALT"; arg0: number; loc: $.Loc | undefined; }; export declare const STU: (arg0: number, loc?: $.Loc) => STU; export type STU = { $: "STU"; arg0: number; loc: $.Loc | undefined; }; export declare const STU_ALT: (arg0: number, loc?: $.Loc) => STU_ALT; export type STU_ALT = { $: "STU_ALT"; arg0: number; loc: $.Loc | undefined; }; export declare const LDI: (arg0: number, loc?: $.Loc) => LDI; export type LDI = { $: "LDI"; arg0: number; loc: $.Loc | undefined; }; export declare const LDI_ALT: (arg0: number, loc?: $.Loc) => LDI_ALT; export type LDI_ALT = { $: "LDI_ALT"; arg0: number; loc: $.Loc | undefined; }; export declare const LDU: (arg0: number, loc?: $.Loc) => LDU; export type LDU = { $: "LDU"; arg0: number; loc: $.Loc | undefined; }; export declare const LDU_ALT: (arg0: number, loc?: $.Loc) => LDU_ALT; export type LDU_ALT = { $: "LDU_ALT"; arg0: number; loc: $.Loc | undefined; }; export declare const LDSLICE: (arg0: number, loc?: $.Loc) => LDSLICE; export type LDSLICE = { $: "LDSLICE"; arg0: number; loc: $.Loc | undefined; }; export declare const LDSLICE_ALT: (arg0: number, loc?: $.Loc) => LDSLICE_ALT; export type LDSLICE_ALT = { $: "LDSLICE_ALT"; arg0: number; loc: $.Loc | undefined; }; export declare const LSHIFT: (loc?: $.Loc) => LSHIFT; export type LSHIFT = { $: "LSHIFT"; loc: $.Loc | undefined; }; export declare const LSHIFT_1: (arg0: number, loc?: $.Loc) => LSHIFT_1; export type LSHIFT_1 = { $: "LSHIFT_1"; arg0: number; loc: $.Loc | undefined; }; export declare const QLSHIFT: (loc?: $.Loc) => QLSHIFT; export type QLSHIFT = { $: "QLSHIFT"; loc: $.Loc | undefined; }; export declare const QLSHIFT_1: (arg0: number, loc?: $.Loc) => QLSHIFT_1; export type QLSHIFT_1 = { $: "QLSHIFT_1"; arg0: number; loc: $.Loc | undefined; }; export declare const BCHKBITS: (loc?: $.Loc) => BCHKBITS; export type BCHKBITS = { $: "BCHKBITS"; loc: $.Loc | undefined; }; export declare const BCHKBITS_1: (arg0: number, loc?: $.Loc) => BCHKBITS_1; export type BCHKBITS_1 = { $: "BCHKBITS_1"; arg0: number; loc: $.Loc | undefined; }; export declare const BCHKBITSQ: (loc?: $.Loc) => BCHKBITSQ; export type BCHKBITSQ = { $: "BCHKBITSQ"; loc: $.Loc | undefined; }; export declare const BCHKBITSQ_1: (arg0: number, loc?: $.Loc) => BCHKBITSQ_1; export type BCHKBITSQ_1 = { $: "BCHKBITSQ_1"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFT: (loc?: $.Loc) => RSHIFT; export type RSHIFT = { $: "RSHIFT"; loc: $.Loc | undefined; }; export declare const RSHIFT_1: (arg0: number, loc?: $.Loc) => RSHIFT_1; export type RSHIFT_1 = { $: "RSHIFT_1"; arg0: number; loc: $.Loc | undefined; }; export declare const RSHIFT_ALT: (loc?: $.Loc) => RSHIFT_ALT; export type RSHIFT_ALT = { $: "RSHIFT_ALT"; loc: $.Loc | undefined; }; export declare const QRSHIFT: (loc?: $.Loc) => QRSHIFT; export type QRSHIFT = { $: "QRSHIFT"; loc: $.Loc | undefined; }; export declare const QRSHIFT_1: (arg0: number, loc?: $.Loc) => QRSHIFT_1; export type QRSHIFT_1 = { $: "QRSHIFT_1"; arg0: number; loc: $.Loc | undefined; }; export declare const QRSHIFT_ALT: (loc?: $.Loc) => QRSHIFT_ALT; export type QRSHIFT_ALT = { $: "QRSHIFT_ALT"; loc: $.Loc | undefined; }; export declare const CALLDICT: (arg0: number, loc?: $.Loc) => CALLDICT; export type CALLDICT = { $: "CALLDICT"; arg0: number; loc: $.Loc | undefined; }; export declare const CALLDICT_LONG: (arg0: number, loc?: $.Loc) => CALLDICT_LONG; export type CALLDICT_LONG = { $: "CALLDICT_LONG"; arg0: number; loc: $.Loc | undefined; }; export declare const THROW_SHORT: (arg0: number, loc?: $.Loc) => THROW_SHORT; export type THROW_SHORT = { $: "THROW_SHORT"; arg0: number; loc: $.Loc | undefined; }; export declare const THROW: (arg0: number, loc?: $.Loc) => THROW; export type THROW = { $: "THROW"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWIF_SHORT: (arg0: number, loc?: $.Loc) => THROWIF_SHORT; export type THROWIF_SHORT = { $: "THROWIF_SHORT"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWIF: (arg0: number, loc?: $.Loc) => THROWIF; export type THROWIF = { $: "THROWIF"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWIFNOT_SHORT: (arg0: number, loc?: $.Loc) => THROWIFNOT_SHORT; export type THROWIFNOT_SHORT = { $: "THROWIFNOT_SHORT"; arg0: number; loc: $.Loc | undefined; }; export declare const THROWIFNOT: (arg0: number, loc?: $.Loc) => THROWIFNOT; export type THROWIFNOT = { $: "THROWIFNOT"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHINT: (arg0: number, loc?: $.Loc) => PUSHINT; export type PUSHINT = { $: "PUSHINT"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHINT_8: (arg0: number, loc?: $.Loc) => PUSHINT_8; export type PUSHINT_8 = { $: "PUSHINT_8"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHINT_16: (arg0: number, loc?: $.Loc) => PUSHINT_16; export type PUSHINT_16 = { $: "PUSHINT_16"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHINT_LONG: (arg0: bigint, loc?: $.Loc) => PUSHINT_LONG; export type PUSHINT_LONG = { $: "PUSHINT_LONG"; arg0: bigint; loc: $.Loc | undefined; }; export declare const XCHG_LONG: (arg0: number, loc?: $.Loc) => XCHG_LONG; export type XCHG_LONG = { $: "XCHG_LONG"; arg0: number; loc: $.Loc | undefined; }; export declare const XCHG_0: (arg0: number, loc?: $.Loc) => XCHG_0; export type XCHG_0 = { $: "XCHG_0"; arg0: number; loc: $.Loc | undefined; }; export declare const XCHG_1: (arg0: number, arg1: number, loc?: $.Loc) => XCHG_1; export type XCHG_1 = { $: "XCHG_1"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const XCHG_3: (arg0: number, arg1: number, loc?: $.Loc) => XCHG_3; export type XCHG_3 = { $: "XCHG_3"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const DUMPSTK: (loc?: $.Loc) => DUMPSTK; export type DUMPSTK = { $: "DUMPSTK"; loc: $.Loc | undefined; }; export declare const DEBUG: (arg0: number, loc?: $.Loc) => DEBUG; export type DEBUG = { $: "DEBUG"; arg0: number; loc: $.Loc | undefined; }; export declare const STRDUMP: (loc?: $.Loc) => STRDUMP; export type STRDUMP = { $: "STRDUMP"; loc: $.Loc | undefined; }; export declare const DEBUG_1: (arg0: number, loc?: $.Loc) => DEBUG_1; export type DEBUG_1 = { $: "DEBUG_1"; arg0: number; loc: $.Loc | undefined; }; export declare const DUMP: (arg0: number, loc?: $.Loc) => DUMP; export type DUMP = { $: "DUMP"; arg0: number; loc: $.Loc | undefined; }; export declare const DEBUG_2: (arg0: number, loc?: $.Loc) => DEBUG_2; export type DEBUG_2 = { $: "DEBUG_2"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSHCTR: (arg0: number, loc?: $.Loc) => PUSHCTR; export type PUSHCTR = { $: "PUSHCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSH: (arg0: number, loc?: $.Loc) => PUSH; export type PUSH = { $: "PUSH"; arg0: number; loc: $.Loc | undefined; }; export declare const PUSH_LONG: (arg0: number, loc?: $.Loc) => PUSH_LONG; export type PUSH_LONG = { $: "PUSH_LONG"; arg0: number; loc: $.Loc | undefined; }; export declare const POPCTR: (arg0: number, loc?: $.Loc) => POPCTR; export type POPCTR = { $: "POPCTR"; arg0: number; loc: $.Loc | undefined; }; export declare const POP: (arg0: number, loc?: $.Loc) => POP; export type POP = { $: "POP"; arg0: number; loc: $.Loc | undefined; }; export declare const POP_LONG: (arg0: number, loc?: $.Loc) => POP_LONG; export type POP_LONG = { $: "POP_LONG"; arg0: number; loc: $.Loc | undefined; }; export declare const CALLXARGS: (arg0: number, arg1: number, loc?: $.Loc) => CALLXARGS; export type CALLXARGS = { $: "CALLXARGS"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const CALLXARGS_1: (arg0: number, arg1: number, loc?: $.Loc) => CALLXARGS_1; export type CALLXARGS_1 = { $: "CALLXARGS_1"; arg0: number; arg1: number; loc: $.Loc | undefined; }; export declare const PUSHSLICE: (arg0: G.Slice, loc?: $.Loc) => PUSHSLICE; export type PUSHSLICE = { $: "PUSHSLICE"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const PUSHSLICE_REFS_1: (arg0: G.Slice, loc?: $.Loc) => PUSHSLICE_REFS_1; export type PUSHSLICE_REFS_1 = { $: "PUSHSLICE_REFS_1"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const PUSHSLICE_LONG_1: (arg0: G.Slice, loc?: $.Loc) => PUSHSLICE_LONG_1; export type PUSHSLICE_LONG_1 = { $: "PUSHSLICE_LONG_1"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const PUSHCONT: (arg0: $.Code, loc?: $.Loc) => PUSHCONT; export type PUSHCONT = { $: "PUSHCONT"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const PUSHCONT_SHORT: (arg0: $.Code, loc?: $.Loc) => PUSHCONT_SHORT; export type PUSHCONT_SHORT = { $: "PUSHCONT_SHORT"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const STSLICECONST: (arg0: G.Slice, loc?: $.Loc) => STSLICECONST; export type STSLICECONST = { $: "STSLICECONST"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const SETCP: (arg0: number, loc?: $.Loc) => SETCP; export type SETCP = { $: "SETCP"; arg0: number; loc: $.Loc | undefined; }; export declare const SETCP_SHORT: (arg0: number, loc?: $.Loc) => SETCP_SHORT; export type SETCP_SHORT = { $: "SETCP_SHORT"; arg0: number; loc: $.Loc | undefined; }; export declare const PSEUDO_PUSHREF: (arg0: $.Code, loc?: $.Loc) => PSEUDO_PUSHREF; export type PSEUDO_PUSHREF = { $: "PSEUDO_PUSHREF"; arg0: $.Code; loc: $.Loc | undefined; }; export declare const PSEUDO_PUSHSLICE: (arg0: G.Slice, loc?: $.Loc) => PSEUDO_PUSHSLICE; export type PSEUDO_PUSHSLICE = { $: "PSEUDO_PUSHSLICE"; arg0: G.Slice; loc: $.Loc | undefined; }; export declare const PSEUDO_EXOTIC: (arg0: $.ExoticCell, loc?: $.Loc) => PSEUDO_EXOTIC; export type PSEUDO_EXOTIC = { $: "PSEUDO_EXOTIC"; arg0: $.ExoticCell; loc: $.Loc | undefined; }; export declare const DEBUGMARK: (arg0: number, loc?: $.Loc) => DEBUGMARK; export type DEBUGMARK = { $: "DEBUGMARK"; arg0: number; loc: $.Loc | undefined; };