declare const puppeteerConfig: {
    whatsappUrl: string;
    argsRoot: string[];
    chromiumArgs: string[];
};
export { puppeteerConfig };
