import { Instruction } from "./def"; export declare const noop: Instruction; export declare const syscall: Instruction; export declare const break0: Instruction; export declare const nameMap: Map;