import { Instruction } from "./def"; export declare const lb: Instruction; export declare const lui: Instruction; export declare const lw: Instruction; export declare const nameMap: Map;