import { AxiosInstance } from 'axios'; import { AccountWrap } from '../@types'; export default function (client: AxiosInstance): { getAccountRaw(): Promise; getAccount(): Promise; getMe(): Promise; };