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