declare const getRandomUserAgent: () => string; declare const killChromium: () => Promise; export { getRandomUserAgent, killChromium, };