declare function isValidHex(value: string): boolean; declare function prefixHex(value: string): string; export { isValidHex, prefixHex };