import type { CrawlOptions } from '@just-every/crawl';
export type { CrawlOptions };
type CrawlModule = typeof import('@just-every/crawl');
export declare function loadCrawlModule(): Promise<CrawlModule>;
