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