type LocationListener = () => void; export declare function subscribeToLocationChange(listener: LocationListener): () => void; export {};