import type { RouteRegistry } from './route-types';
/**
 * Load all routes from the registry
 */
export declare function loadRoutes(registry: RouteRegistry): Promise<void>;
