import type { AppRoute } from '../types/apps';
export declare const useCurrentRoute: () => AppRoute | undefined;
