import { SlippiGame } from './slippi';
import { Coord, CheckResult, Violation } from './index';
export declare function hasDisallowedCStickCoords(game: SlippiGame, playerIndex: number, coords: Coord[]): CheckResult;
export declare function getCStickViolations(coords: Coord[]): Violation[];
