declare const hashCompact: (val: any, size?: number, ignoreKeyOrder?: boolean) => string; export default hashCompact;