/**
 * Built-in Municipal Data Sources Registry
 * Core sources provided with the package
 */
import { SourceRegistry } from '../types/sources';
export declare const builtInRegistry: SourceRegistry;
