import type { AnyCreateRouter } from './types'; export declare function wrapCreateRouter>(originalCreateRouter: CreateRouter): CreateRouter;