export default ConfigObjectRepo;
export type ConfigObjectRepo = import("../../types.js").ConfigObjectRepo;
export type ConfigObjectRepoStruct = import("superstruct").Struct<ConfigObjectRepo>;
/**
 * @typedef {import('../../types.js').ConfigObjectRepo} ConfigObjectRepo
 * @typedef {import('superstruct').Struct<ConfigObjectRepo>} ConfigObjectRepoStruct
 */
/**
 * `ConfigObjectRepo` type struct.
 *
 * @type {ConfigObjectRepoStruct}
 */
declare const ConfigObjectRepo: ConfigObjectRepoStruct;
