export declare const generateId: (prefix?: string) => string; export declare function useUniqueId(): string;