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