/**
 * @param pixels
 * @internal
 */
export declare function unpremultiplyAlpha(pixels: Uint8Array | Uint8ClampedArray): void;
