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