/// <reference types="node" />
import { ViscaCommand } from '../abstractCommand';
export declare class PanTiltDriveAbsoluteCommand extends ViscaCommand {
    private readonly panPosition;
    private readonly tiltPosition;
    private readonly panSpeed;
    private readonly tiltSpeed;
    constructor(panPosition: number, tiltPosition: number, panSpeed: number, tiltSpeed: number);
    serialize(): Buffer;
}
//# sourceMappingURL=panTiltDriveAbsoluteCommand.d.ts.map