export declare const appVersion: () => Promise<string>;
export declare const appName: () => Promise<string>;
