import { CleanupOptions } from "./fixtures/cleanup-fixture";
declare function extendPlaywrightCleanup(options?: CleanupOptions): any;
export default extendPlaywrightCleanup;
