// Type definitions for email-addresses 2.0.1
// Project: https://github.com/jackbowman/email-addresses
// Definitions by: John Grimsey <https://github.com/johngrimsey>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare module "email-addresses" {
    function parseOneAddress(opts: any): any;
    function parseAddressList(opts: any): any;
}
