import prompts from 'prompts'; export declare function quiz(questions: prompts.PromptObject[]): Promise>; export declare function goon(message: string): Promise>;