/**
 * @todo: MINT - 2018-5-24:
 * Create util functions that handle proper colour spaces in UHD.
 */
/// <reference types="node" />
export declare function convertRGBAToYUV422(width: number, height: number, data: Buffer): Buffer;
//# sourceMappingURL=rgbaToYuv422.d.ts.map