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