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