import { IRGBANomral } from "./readColor.js"; export declare enum AlphaType { force = 0, auto = 1, none = 2 } export declare function toHex(color: IRGBANomral, options?: { alphaFirst?: boolean; alphaType?: AlphaType; }): string; //# sourceMappingURL=toHex.d.ts.map