export declare function useMessageAuthor(author: string): { avatar: any; name: string | undefined; };