import type { View } from 'ui/camera/projector/index.js';
/**
 * Sets the hash in the location bar given the current view
 * @param view - The current camera view
 */
export declare function setHash(view: Required<View>): void;
/** @returns The current view converted from the hash */
export declare function parseHash(): View;
