type LocationChangeCallback = (location: string) => void;
export type UnsubscribeFunction = () => void;
export declare const setCurrentLocation: (location: string) => void;
export declare const onLocationChange: (callback: LocationChangeCallback, eager?: boolean) => UnsubscribeFunction;
export {};
