import { Effect } from 'effect'; import type { Author, SpaceEvent } from './types.js'; type Params = { author: Author; id: string; previousEventHash: string; }; export declare const deleteSpace: ({ author, id, previousEventHash }: Params) => Effect.Effect; export {}; //# sourceMappingURL=delete-space.d.ts.map