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