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