import { Instruction } from "./def"; export declare const beq: Instruction; export declare const bgez: Instruction; export declare const bgezal: Instruction; export declare const bgtz: Instruction; export declare const blez: Instruction; export declare const bltz: Instruction; export declare const bltzal: Instruction; export declare const bne: Instruction; export declare const nameMap: Map;