import { Config } from "../types";
/**
 * proxyCSS
 *
 * Proxies all linked CSS files and the absolute URLs inside them, including fonts and images.
 * Upon completion of capture, the links will be restored and the style elements removed.
 */
export declare function proxyCSS(config: Config): Promise<void>;
//# sourceMappingURL=proxy-css.d.ts.map