import { Instruction } from "./def"; export declare const add: Instruction; export declare const addu: Instruction; export declare const addi: Instruction; export declare const addiu: Instruction; export declare const and: Instruction; export declare const andi: Instruction; export declare const divu: Instruction; export declare const div: Instruction; export declare const multu: Instruction; export declare const mult: Instruction; export declare const or: Instruction; export declare const ori: Instruction; export declare const sll: Instruction; export declare const sllv: Instruction; export declare const sra: Instruction; export declare const srl: Instruction; export declare const srlv: Instruction; export declare const sub: Instruction; export declare const subu: Instruction; export declare const xor: Instruction; export declare const xori: Instruction; export declare const nameMap: Map;