import { ILumaContext } from '../../interfaces'; declare type UseSyncWithLocationType = () => { syncWithLocation: ILumaContext['syncWithLocation']; }; export declare const useSyncWithLocation: UseSyncWithLocationType; export {};