UNPKG

astro

Version:

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

7 lines (6 loc) 182 B
import { type Flags } from '../flags.js'; interface CreateKeyOptions { flags: Flags; } export declare function createKey({ flags }: CreateKeyOptions): Promise<0 | 1>; export {};