import { CenterApi as CenterApiBase } from 'tonva-tools'; export declare class CenterApi extends CenterApiBase { userAppUnits(app: number): Promise; } export declare const centerApi: CenterApi;