import * as puppeteer from 'puppeteer'; export declare const getInterfaceStatus: (waPage: puppeteer.Page) => Promise>>>; /** * Validates if client is authenticated * @returns true if is authenticated, false otherwise * @param waPage */ export declare const isAuthenticated: (waPage: puppeteer.Page) => Promise; export declare const needsToScan: (waPage: puppeteer.Page) => Promise; export declare const isInsideChat: (waPage: puppeteer.Page) => Promise; export declare const isConnectingToPhone: (waPage: puppeteer.Page) => Promise; export declare function asciiQr(code: string): Promise;