import { MathAdd } from './MathAdd.js';
import { MathNegative } from './MathNegative.js';
import './chunks/CM89_aaq.js';
import './BooleanNor.js';
import './BooleanNot.js';
import './BooleanOr.js';
import './Tuple.js';
import './chunks/DZEfmVOc.js';
import './BooleanAnd.js';
import './MaybeReadonly.js';
import './TupleLength.js';
/**
* Difference of two positive integers.
*
* @template A The first positive integer.
* @template B The second positive integer
* @returns The difference of the two positive integers.
*/
type MathSubstract = MathAdd>;
export type { MathSubstract };