/**
 * Calls the GNUBG FastAPI server to get the best move for a given position.
 * @param position - The board position (e.g., XGID string)
 * @returns The raw output from GNUBG as a string
 */
export declare function getBestMoveFromGnubg(position: string): Promise<string>;
//# sourceMappingURL=gnubgApi.d.ts.map