export declare const RoutingSchema: import("@scalar/typebox").TObject<{ basePath: import("@scalar/typebox").TOptional; pathNotFound: import("@scalar/typebox").TOptional; }>; export type Routing = { basePath?: string; pathNotFound?: string; }; export declare const defaultRouting: Required; //# sourceMappingURL=routing.d.ts.map