import IFixerOptions from './IFixerOptions'; export default class FixerContext { options: IFixerOptions; romFile: Uint8Array | undefined; constructor(options: IFixerOptions, romFile: Uint8Array | undefined); }