import { AppData } from './def';
export declare function getAppData(): Promise<AppData>;
