import { TreeViewCommand } from './control-tree-view';
export declare function ControlTreeViewByHandle(windowHandle: bigint, controlHandle: bigint, command: TreeViewCommand, option1?: string, option2?: string, characterCount?: number): string;
