import { User } from '@accounts/types';
export declare function getFirstUserEmail(user: User, address: string): string;
