import { AbstractBinary, type FetchResult } from './AbstractBinary.ts'; export declare class ApiBinary extends AbstractBinary { private readonly config; initFetch(): Promise; fetch(dir: string, binaryName: string, lastData?: Record): Promise; }