export declare const getPcToInstructionIndexMapping: (bytecode: Uint8Array) => { [programCounter: number]: number; }; //# sourceMappingURL=instructions.d.ts.map