export declare const beforeEach: (fileRelative: string) => true | Promise<boolean>;
export declare const afterEach: (fileRelative: string) => true | Promise<boolean>;
