/** * Author: Huan LI https://github.com/huan * Date: Apr 2020 */ import { WechatyPlugin } from 'wechaty'; export interface QRCodeTerminalConfig { small?: boolean; } export declare function QRCodeTerminal(config?: QRCodeTerminalConfig): WechatyPlugin; //# sourceMappingURL=qr-code-terminal.d.ts.map