export declare class Blur {
    static blurData(imageData: any, radius: number): void;
}
