import { AccountInfo } from '../../services/context/partner-account-info.js';
export declare function geCurrentAccountInfo(token: string): Promise<AccountInfo>;
