export declare function unsharp(img: Uint8Array, width: number, height: number, amount: number, radius: number, threshold: number): void;