import type { LoadedUrls, NormalizedConfig } from '../types.js'; export declare function loadSources(config: NormalizedConfig): Promise;