import { type ApiErrorResponse, type Result } from "../../types/error"; export declare const setUserId: (userId: string) => Promise>; export declare const logout: () => Promise>; //# sourceMappingURL=user.d.ts.map