import { PathCollection } from './types';
export declare function prepareE2eTesting(pathCollection: PathCollection): void;
export declare function cleanupE2eTesting(pathCollection: PathCollection): void;
