export type NegativeNumber = number & {
    __brand: 'NegativeNumber';
};
