import { VNode } from 'snabbdom'; export declare function updateCount(fen: string, whiteContainer: VNode | Element, blackContainer: VNode | Element): VNode[]; export declare function updatePoint(fen: string, choContainer: VNode | Element, hanContainer: VNode | Element): VNode[];