export interface CheckEmailOptions { email: string; } export declare class Helpers { checkEmail(options: CheckEmailOptions): Promise; }