import { Context } from "mocha"; type functionCallback = (this: Context) => Promise; export declare function snapshotEach(funcBeforeSnapshot: functionCallback): void; export {}; //# sourceMappingURL=snapshotEach.d.ts.map