UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

4 lines (3 loc) 270 B
import { Effect } from '../../../effect.js'; import { CliContext } from '../../utils/context.js'; export declare const next: (debug: boolean) => Effect.Effect<void, import("effect/Cause").UnknownException | import("@withstudiocms/effect/clack").ClackError, CliContext>;