/// <reference types="node" />
import { ViscaCommand } from '../abstractCommand';
import { PresetOperation } from '../../enums';
export declare class PresetCommand extends ViscaCommand {
    private readonly operation;
    private readonly memoryNumber;
    constructor(operation: PresetOperation, memoryNumber: number);
    serialize(): Buffer;
}
//# sourceMappingURL=presetCommand.d.ts.map