import { HarvestScore } from '../../types';
export declare const harvestScore: (params: HarvestScore) => Promise<void>;
