import { Models, Repositories } from "@arkecosystem/core-database"; export declare const setRounds: (rounds: Partial[]) => void; declare class RoundRepositoryMock implements Partial { findById(id: string): Promise; } export declare const instance: RoundRepositoryMock; export {}; //# sourceMappingURL=round-repository.d.ts.map