export declare const TEST_APP_PATH: string; export declare const APP_TITLE = "TestApp"; export declare const PROCESS_NAME = "TestApp.exe"; export declare const FIRST_NAME_EDIT = "Edit1"; export declare const LAST_NAME_EDIT = "Edit2"; export declare const ABOUT_EDIT = "Edit3"; export declare const TREE_VIEW = "SysTreeView321"; export declare const OK_BUTTON = "Button1"; export declare const CANCEL_BUTTON = "Button2"; export declare const LIST_VIEW = "SysListView321"; export declare const STATIC_LABEL = "Static1"; export declare const EVENT_LABEL = "Static2"; export declare const OK_TITLE = "OK"; export declare const CANCEL_TITLE = "Cancel"; export declare const POPUP_BUTTON = "Button1";