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