export declare const writeCommand: (...bytes: number[]) => void; export declare const writeData: (...bytes: number[]) => void;