import type { Instruction } from './instruction-handler';
export declare class InstructionModule {
    instructions: any[];
    getInstruction(id: string): Instruction | null;
}
//# sourceMappingURL=instruction-module.d.ts.map