/**
 * @import { ConfigObject } from '../../core/types/index.js';
 */
/**
 * Asynchronously open the github issues in a browser.
 * @param {ConfigObject} [configObject = dco]
 * @async
 */
export default function bug(configObject?: ConfigObject): Promise<void>;
import type { ConfigObject } from '../../core/types/index.js';
