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