import { RouteState } from '../types';
export declare function useInit(state: RouteState): Promise<void>;
