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