export declare const genQRcode: () => void;
export declare const getRequestKey: () => string;
export declare const checkResponse: () => Promise<string>;
