/**
 * Convert hash to a string, usable in CSS for class names and keyframes
 */
declare function hashToString(value: number[], css: boolean, hasPrefix?: boolean, limit?: number): string;
export { hashToString };