import { IRoute, IRouterOptions } from "../types/index.js";
export declare function Router(routes: Array<IRoute>, options?: IRouterOptions): void;
