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