declare function trimEmail(email: string): string;
declare function trimEmails(emails: string): string[];
export { trimEmail, trimEmails };
