import { ChapterContent, ApiResponse } from '@/types';
export declare class ScraperService {
    private readonly ncodeBaseUrl;
    constructor();
    getChapterContent(ncode: string, chapterNumber: number): Promise<ApiResponse<ChapterContent>>;
    isAvailable(): Promise<boolean>;
}
export declare const scraperService: ScraperService;
//# sourceMappingURL=scraper.service.d.ts.map