import { PointsState, State } from ".."; export declare const distributeUpTo: (state: State, timestamp: bigint) => PointsState;