import { Study } from '../../types/study'; export declare const mockStudy0: Study; export declare const mockStudy1: Study; export declare const mockStudies: Study[]; export declare const newRandomStudy: () => Study; //# sourceMappingURL=study.mocks.d.ts.map