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