/** * Checks if documentation exists and downloads it if necessary */ export declare function ensureDocsAvailable(docsPath: string): Promise; /** * Gets the size of the docs directory in MB */ export declare function getDocsSize(docsPath: string): Promise; //# sourceMappingURL=docs-downloader.d.ts.map