import { Bytecode } from './ScriptBuilder';
export declare const resolveJumps: (bytecode: Bytecode, maxOffset?: number) => Bytecode;
