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