import { type ProofOfInvitation } from 'invitation/types.js'; export declare const generateProof: (seed: string) => ProofOfInvitation; //# sourceMappingURL=generateProof.d.ts.map