export declare class xX_Robot_Demo1 {
    static test(): void;
    static keyboard(): void;
    /**
     * 这个方法，会报错【Requested coordinates are outside the main screen's dimensions】。
     * 				1.原因：【RobotJs】库，暂时不支持【多显示屏】。
     */
    static screen(): void;
}
//# sourceMappingURL=Demo1.d.ts.map