export declare function init_wasm_ownership_estimator(): Promise<boolean>;
export declare function wasm_estimate_ownership(board: number[][], color_to_move: "black" | "white", trials: number, tolerance: number): import("../util").Matrix<number>;
