export declare const fetchUserNames: (accountIds: string[]) => Promise<Record<string, string>>;
