declare type userInfo = {
    [key: string]: any;
};
export declare function get(token: string): Promise<userInfo>;
export {};
