import { ShutdownChannel } from '@livestore/common/leader-thread'; import type { Effect, Scope } from '@livestore/utils/effect'; export declare const makeShutdownChannel: (storeId: string) => Effect.Effect; //# sourceMappingURL=shutdown-channel.d.ts.map