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