import { Block, Participant } from "@xilution/todd-coin-types"; export declare const authenticate: (participant: Participant, providedPassword: string) => boolean; export declare const calculateAccumulatedGoodPoints: (participant: Participant, blocks: Block[], startingBalance?: number) => number; //# sourceMappingURL=participant-utils.d.ts.map