import { Config } from "../types";
/**
 * runCorsProxy
 *
 * Proxies all images inside capture elements, as well as all linked CSS files and the absolute URLs inside them.
 * Upon completion of capture, these will be reverted to their original state.
 */
export declare function runCorsProxy(config: Config, elements: HTMLElement[] | NodeListOf<HTMLElement>): Promise<void>;
//# sourceMappingURL=run.d.ts.map