import { type InternalAdapterDefinition } from '../AdapterDefinition.js'; /** * Adapter for IBM PC 5150 (for raw blocks to be read using the BIOS routines) */ export declare const Ibm5150GenericAdapter: InternalAdapterDefinition;