export declare function encodeAnnotationImageWebp(pixels: Uint8Array, width: number, height: number): Promise; export declare function decodeAnnotationImage(bytes: ArrayBuffer, width: number, height: number): Promise; //# sourceMappingURL=annotation-image-codec.d.ts.map