import { Chips } from '../types/chips'; import { Blinds } from '../types/blinds'; export declare type ForcedBets = { ante?: Chips; blinds: Blinds; };