import { SendMode } from './send';
export declare function ControlSend(windowTitle: string, windowText: string, controlId: string, value: string, mode?: SendMode): number;
