import type { _ } from '../../object/index.js'; import type { AlsoAccept } from '../AlsoAccept.js'; /** @internal */ export interface _DecrementMap { 0: -1; 1: 0; 2: 1; 3: 2; 4: 3; 5: 4; 6: 5; 7: 6; 8: 7; 9: 8; 10: 9; 11: 10; } export type DecrementArgument = /* _ */ 0 | 2 | 1 | 3 | 10 | 4 | 5 | 6 | 7 | 8 | 9 | 11; export type $Decrement | DecrementArgument> = X extends keyof _DecrementMap ? _DecrementMap[X] : number; //# sourceMappingURL=Decrement.d.ts.map