export declare function useUuid(): {
    readonly id: string;
};
