import { Elf64 } from './elf.ts'; import { PatchPath } from './path.ts'; /** * PatchPath64 object. */ export declare abstract class PatchPath64 extends PatchPath { } /** * Patch objects. */ export declare const path64: (new (elf: Elf64) => PatchPath64)[];