/** * Display environment information. */ declare function systemInfo(message: string[]): Promise; export { systemInfo };