export default printPrompt;
/**
 * Print the ioBroker welcome screen to the developer console.
 */
declare function printPrompt(): void;
