/** @packageDocumentation Simple functions to be able to prompt your users for a response. */
export * from './prompt-choice';
export * from './prompt-confirm';
export * from './prompt-multiple-choice';
export * from './prompt-number';
export * from './prompt-text';
