import { Effect } from 'effect'; import type { Author, CreateInvitationEvent } from './types.js'; type Params = { author: Author; previousEventHash: string; invitee: { accountAddress: string; }; }; export declare const createInvitation: ({ author, previousEventHash, invitee, }: Params) => Effect.Effect; export {}; //# sourceMappingURL=create-invitation.d.ts.map