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