import sharp from 'sharp';
export declare const blurFilter: (blur: number, image: sharp.Sharp) => Promise<sharp.Sharp>;
