import { CWKeyer } from "./core"; export declare class NodeCWKeyer extends CWKeyer { constructor(keyerType: string); static create(keyerType: string): NodeCWKeyer; connectWithSerialPort(portPath: string, baud?: number): Promise; }