declare const puppeteerConfig: { WAUrl: string; width: number; height: number; chromiumArgs: string[]; }; export declare const createUserAgent: (waVersion: string) => string; export declare const useragent: string; export { puppeteerConfig }; export declare const width: number; export declare const height: number;