export declare function loginUserWithEmail(this: any, email: string, password: string): Promise; export declare function hookBeforeLoginUserWithEmail(callback: (this: any, email: string, password: string) => void | Promise, priority?: number): void; export declare function hookAfterLoginUserWithEmail(callback: (this: any, email: string, password: string) => void | Promise, priority?: number): void;