import { Rgb } from '@types'; export declare class BrightnessAdjuster { static adjust(rgb: Rgb, percent: number): Rgb; }