/**
 * Returns true if the string value is zero in hex
 * @param hexNumberString
 */
export default function isZero(hexNumberString: string): boolean;
//# sourceMappingURL=is-zero.d.ts.map