export declare const getHashCode: (str?: string) => number; export declare const getInvertedVisibleColor: (color: string) => string; export declare const intToRgb: (i: number) => string; export declare const transformStringToColor: (str: string) => string;