import prompts = require("prompts");
export declare function printHeader(): void;
export declare function printOldHeader(): void;
export declare function printSubheader(heading: string): void;
export declare function printLine(...messages: string[]): void;
export declare function trimInput(input: any): any;
export declare function stringArrayToPromptChoices(arr: string[]): prompts.Choice[];
