/// <reference types="node" />
import { FocusDirection } from '../../enums';
import { ViscaCommand } from '../abstractCommand';
export declare class FocusCommand extends ViscaCommand {
    private readonly direction;
    private readonly speed;
    constructor(direction: FocusDirection, speed?: number);
    serialize(): Buffer;
}
//# sourceMappingURL=focusCommand.d.ts.map