export declare function getCurrentUserSaga(): Generator | import("redux-saga/effects").PutEffect<{ type: string; payload: any; }>, void, unknown>; export declare function resetBiometricSaga(): Generator, void, unknown>; export declare function resetPasswordSaga(action: any): Generator | import("redux-saga/effects").PutEffect<{ type: string; }>, void, unknown>; export declare function updateProfileSaga(action: any): Generator | import("redux-saga/effects").PutEffect<{ type: string; }>, void, unknown>; export declare function uploadAvatarSaga(action: any): Generator | import("redux-saga/effects").PutEffect<{ type: string; payload: any; }>, void, unknown>; export declare function updateAvatarSaga(action: any): Generator | import("redux-saga/effects").PutEffect<{ type: string; }> | import("redux-saga/effects").SelectEffect, void, unknown>; export default function userSaga(): Generator>, void, unknown>;