import { GetAppDataParams, AppDataResponse } from '../def';
export declare function getAppData(params: GetAppDataParams): Promise<AppDataResponse>;
