import type * as $ from "./util"; import type * as c from "./fift-instr-constructors"; export declare const fPUSHINT: $.Type; export declare const fPUSH: $.Type; export declare const fPOP: $.Type; export declare const fPUSHSLICE: $.Type; export declare const fPUSHCONT: $.Type; export declare const fSTSLICECONST: $.Type; export declare const fXCHG: $.Type; export declare const fPUSHINTX: $.Type; export declare const fSDBEGINS: $.Type; export declare const fSDBEGINSQ: $.Type; export declare const fCALLXARGS: $.Type; export declare const fCALLDICT: $.Type; export declare const fJMPDICT: $.Type; export declare const fPREPAREDICT: $.Type; export declare const fTHROW: $.Type; export declare const fTHROWIF: $.Type; export declare const fTHROWIFNOT: $.Type; export declare const fIF: $.Type; //# sourceMappingURL=fift-instr.d.ts.map