/** Generates a random UUID. and returns a stable reference to it. */
export declare function useUUID(): string;
