export declare class NodeHarvestInfo {
    /**
     * Maximum unlocked slots
     */
    readonly maxUnlocked: number;
    /**
     * Number of slots unlocked
     */
    readonly numUnlocked: number;
}
