export declare const LOGIN = "LOGIN"; export declare const LOGOUT = "LOGOUT"; export declare const login: (email: string) => { type: string; email: string; }; export declare const logout: () => { type: string; }; //# sourceMappingURL=auth.d.ts.map