import type { Params } from '../../router'; export declare class Node { insert(method: string, path: string, handler: T): void; search(method: string, path: string): [[T, Params][]]; }