import { Elf32 } from './elf.ts'; import { PatchTitle } from './title.ts'; /** * PatchTitle32 object. */ export declare abstract class PatchTitle32 extends PatchTitle { } /** * Patch objects. */ export declare const title32: (new (elf: Elf32, titleA: number, titleL: number) => PatchTitle32)[];