import { TaskTimer } from 'tasktimer'; export declare function getQrcode(): Promise; export declare function isLogin(pdmToken: string, qrcode: string): Promise; export declare function checkit(pdmToken: string, qrcode: string, timer: TaskTimer): Promise; export declare function getCookie(tmpCode: string): Promise;