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