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