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