/** Simple 50% blend of two colors in hex format */
export declare function color_blend(c1: string, c2: string): string;
