import { IntegerRange } from './generics'; export declare const MAX_PIP_COUNT: 167; export type BackgammonPips = IntegerRange<0, typeof MAX_PIP_COUNT>; //# sourceMappingURL=pip.d.ts.map