import { Instruction } from "./def"; export declare const slt: Instruction; export declare const sltu: Instruction; export declare const slti: Instruction; export declare const sltiu: Instruction; export declare const nameMap: Map;