import { PageXRay } from "../co2"; import { LaunchOptions } from "playwright"; /** * Takes an url as argument and returns a promise that resolves to a PageXray object * @param {string} url The url to fetch * @returns {Promise} A promise that resolves to a PageXray object */ export declare const getPageXray: ( url: string, options?: LaunchOptions ) => Promise; export default getPageXray; //# sourceMappingURL=pagexray-fetcher.d.ts.map