import type { RoutingConfig } from "../types.js"; /** * Load routing configuration from the filesystem. * Searches default paths in order, returns the first found. */ export declare function loadRoutingConfig(configPath?: string, cwd?: string): Promise; //# sourceMappingURL=routing-rules.d.ts.map