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