import { Block, Organization, Participant, ParticipantKey } from "@xilution/todd-coin-types"; export declare const createToddCoinOrganization: () => Organization; export declare const createGenesisBlock: (fromParticipant: Participant, toParticipant: Participant, participantKey: ParticipantKey, privateKey: string) => Block; export declare const createGenesisParticipant: (firstName: string, lastName: string, email: string, password: string) => Participant; export declare const createGenesisParticipantKey: () => ParticipantKey; //# sourceMappingURL=genesis-utils.d.ts.map