import { Command } from './control-command';
export declare function ControlCommandByHandle(windowHandle: bigint, controlHandle: bigint, command: Command, option?: string, characterCount?: number): string;
