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