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