UNPKG

630 BTypeScriptView Raw
1export { table, logger, sticker, instructions, isInteractive, supportsColors, testingRenderer, tasks as tasksUi, } from '@poppinss/cliui';
2import { PromptContract } from '@poppinss/prompts';
3import './src/disableLogger';
4/**
5 * Returns a new instance of prompt. Also we lazy load the prompts
6 */
7declare function getPrompt(): PromptContract;
8/**
9 * Sharing the sink version, since sink is mainly passed as a reference by
10 * the cli
11 */
12export declare const sinkVersion: string;
13export { getPrompt };
14export * as files from './src/Files';
15export * as tasks from './src/Tasks';
16export * as utils from './src/Utils';