/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const gomoku_ai_move: (a: number) => [number, number];
export const gomoku_board: () => [number, number];
export const gomoku_new: () => void;
export const gomoku_play: (a: number, b: number) => number;
export const gomoku_state: () => [number, number];
export const gomoku_undo: () => number;
export const gomoku_winning_line: () => [number, number];
export const __wbindgen_externrefs: WebAssembly.Table;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_start: () => void;
