export default ConfigObjectBug;
/**
 * @import { ConfigObjectBug } from '../../types.js';
 * @import { Struct } from 'superstruct';
 */
/**
 * `ConfigObjectBug` type struct.
 * @type {Struct<ConfigObjectBug>}
 */
declare const ConfigObjectBug: Struct<ConfigObjectBug>;
import type { ConfigObjectBug } from '../../types.js';
import type { Struct } from 'superstruct';
