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