import { type Route, type RouteEngineInput } from './types'; export declare const RouteEngineInit: (Input: RouteEngineInput) => void; export declare const route: (Route: Route) => void;