declare function nonEmptyInput(val: string): boolean; declare const promptsNonEmptyInput: typeof nonEmptyInput; declare const promptsExistingFile: (filePath: string) => Promise; export { nonEmptyInput, promptsNonEmptyInput, promptsExistingFile };