import { PlayOptions } from '@gamepark/react-client'; export declare const usePlay: () => (move: M, options?: PlayOptions) => void;