import { type InternalAdapterDefinition } from '../AdapterDefinition.js'; /** * Adapter for TI-99/4A .TITape files * * A .TITape archive can contain several files. They will be appended one after another. * When playing, it's probably required to press pause in between the individual files. */ export declare const TiTitapeAdapter: InternalAdapterDefinition;