import { Reader, ReaderOptions } from '../base/reader.js'; import { C64Info } from '../types/index.js'; export declare class TAPReader extends Reader { constructor(filePath: string, options?: ReaderOptions); read(): Promise; } //# sourceMappingURL=tap.d.ts.map