import { LaunchOptions } from "playwright"; /** * Fetches a URL and returns a HAR object. * @param {string} url The url to generate a har for. */ declare const fetchHar: ( url: string, options?: LaunchOptions ) => Promise; export { fetchHar }; export default fetchHar; //# sourceMappingURL=har-fetcher.d.ts.map