export declare const ROUTE_CONFLICT: import("../types.js").RegisteredError; export declare const INVALID_ROUTE_FILE: import("../types.js").RegisteredError; export declare const ROUTE_HANDLER_INVALID: import("../types.js").RegisteredError; export declare const DYNAMIC_ROUTE_ERROR: import("../types.js").RegisteredError; export declare const ROUTE_PARAMS_ERROR: import("../types.js").RegisteredError; export declare const API_ROUTE_ERROR: import("../types.js").RegisteredError; /** Registry fragment for ROUTE errors (slug → definition). */ export declare const ROUTE_REGISTRY: { readonly "route-conflict": import("../types.js").RegisteredError; readonly "invalid-route-file": import("../types.js").RegisteredError; readonly "route-handler-invalid": import("../types.js").RegisteredError; readonly "dynamic-route-error": import("../types.js").RegisteredError; readonly "route-params-error": import("../types.js").RegisteredError; readonly "api-route-error": import("../types.js").RegisteredError; }; //# sourceMappingURL=route.d.ts.map