/** Hook that gives access to the id of the client. This can be used as an identifier for different clients.
 */
export declare function useViewId(): string | null;
