/** * Formats a given hex value */ export declare function formatHex(value: string): string; //# sourceMappingURL=formatHex.d.ts.map