import { ChessStudy } from './types'; export declare const createChessStudy: (pgn: string) => ChessStudy;