interface DenyAppProps { openUrl: string; wxAppId: string; hostEnv: string; } declare const isAllowInstalledApp: ({ openUrl, wxAppId, hostEnv }: DenyAppProps) => boolean; export default isAllowInstalledApp;