UNPKG

studiocms

Version:

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

5 lines (4 loc) 260 B
import { Effect } from '../../effect.js'; import { CliContext } from './context.js'; export declare const random: (...arr: any[]) => any; export declare const intro: (debug: boolean) => Effect.Effect<void, import("effect/Cause").UnknownException, CliContext>;