import { ImageData, TXIEncoderOptions } from './types';
export declare function encode(image: ImageData, options: TXIEncoderOptions): ArrayBuffer;
