export declare const encode: (pixels: ArrayLike<number>, width: number, height: number) => string[];
