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