export declare const convertRoutesToUseIdParams: (routes: Record) => Record; export declare const generateRouteWithId: (basePath: string, id: string | number | Record) => string; export declare const updatePathnameWithIdParams: >(pathnameObject: T) => T; export declare const navigateToRouteWithId: (navigate: any, route: string, id: string | number, state?: any) => void;