/** * Truncates an email address by hiding the middle part. * @param email The email address to truncate. * @returns The truncated email address. */ export declare function truncateEmail(email: string): string;