declare function isJianyingRunning(): Promise; declare function activateWindow(window: any, appName?: string): Promise; declare function getJianyingWindows(appName?: string): Promise; declare function queryTwoLayersElements(targetTitle: string, query?: any, appName?: string): Promise; export { isJianyingRunning, activateWindow, getJianyingWindows, queryTwoLayersElements };