/** returns true if a valid email that is from a known free email provider */
export declare function isFreeEmail(email: string): boolean;
