import InfoAttr from "./InfoAttr"; export default class SelectiveDepthInfoAttr extends InfoAttr { /** The selective search depth in plies. */ readonly depth: number; constructor( /** The selective search depth in plies. */ depth: number); }