import * as _walkeros_core_dev from '@walkeros/core/dev'; import { z } from '@walkeros/core/dev'; import { Flow } from '@walkeros/core'; /** * Router transformer settings schema. * * Mirrors: types.ts RouterSettings */ declare const SettingsSchema: z.ZodObject<{ routes: z.ZodOptional>, z.ZodLiteral<"*">]>; next: z.ZodUnion]>; }, z.core.$strip>>>; }, z.core.$strip>; type Settings = z.infer; declare const settings: _walkeros_core_dev.JSONSchema; type index$1_Settings = Settings; declare const index$1_SettingsSchema: typeof SettingsSchema; declare const index$1_settings: typeof settings; declare namespace index$1 { export { type index$1_Settings as Settings, index$1_SettingsSchema as SettingsSchema, index$1_settings as settings }; } declare const routeMatch: Flow.StepExample; declare const routeMiss: Flow.StepExample; declare const wildcardFallback: Flow.StepExample; declare const step_routeMatch: typeof routeMatch; declare const step_routeMiss: typeof routeMiss; declare const step_wildcardFallback: typeof wildcardFallback; declare namespace step { export { step_routeMatch as routeMatch, step_routeMiss as routeMiss, step_wildcardFallback as wildcardFallback }; } declare const index_step: typeof step; declare namespace index { export { index_step as step }; } export { index as examples, index$1 as schemas };