/// <reference types="jest" />
export declare const createCounter: () => {
    count: jest.Mock<unknown>;
    fn: <T>() => (array: readonly T[]) => T[];
};
//# sourceMappingURL=_counter.d.ts.map