export interface CheckVPNAppInstalledResult { isInstalled: boolean; } declare function checkVPNAppInstalled(): Promise; declare namespace checkVPNAppInstalled { var version: { android: string; ios: string; }; } export default checkVPNAppInstalled;