import { Chips } from '../types/chips'; export declare type Blinds = { small: Chips; big: Chips; };