import { DocumentSection, SearchResult } from './types.js'; export declare class RemoteDeadlineSearch { private baseUrls; searchDocumentation(query: string, docType?: string, limit?: number): Promise; getDocumentById(id: string): Promise; getCodeExamples(query: string, limit?: number): Promise; getDocumentsBySection(section: string, docType?: string): Promise; private getCuratedResults; private getCommonCodeExamples; private getCommonSections; close(): Promise; } //# sourceMappingURL=remote-search.d.ts.map