import { UserInterface } from "../../store/interface"; export declare const userCheck: (token: string) => Promise; export default userCheck;