/**
 * @import { ConfigObject } from '../../core/types.js';
 */
/**
 * Asynchronously print relevant details about the current system which can be used to report bugs.
 * @param {ConfigObject} [configObject = dco]
 * @async
 */
export default function info(configObject?: ConfigObject): Promise<void>;
import type { ConfigObject } from '../../core/types.js';
