/** * Custom hook to return a deterministic avatar image URL based on the provided seed. * @param {string} seed - The seed used to determine the avatar. * @returns {string} - The selected avatar image URL. */ export declare const useAvatar: (seed?: string) => string;