UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

8 lines (7 loc) 247 B
import { type Flags } from '../flags.js'; interface TelemetryOptions { flags: Flags; } export declare function notify(): Promise<void>; export declare function update(subcommand: string, { flags }: TelemetryOptions): Promise<void>; export {};