import { Command } from "../types"; /** * Change the color of the blur selection. */ export declare const setColor: (color: string) => Command;