import { AnyRouter } from '@tanstack/router-core';
/**
 * React-specific wrapper for hydrateStart that signals hydration completion
 */
export declare function hydrateStart(): Promise<AnyRouter>;
