export declare function getAllEmails(emailsFolder: string): Promise; export declare function getUniqueEmails(emailsFolder: string, emails: string[]): Promise;