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