/** @format */
/**
 * Enum representing the modes for solarization.
 */
export declare enum SolarizeMode {
    /**
     * Mode for highlighting areas.
     */
    highlights = 0,
    /**
     * Mode for shadowing areas.
     */
    shadows = 1
}
