/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * A big unsigned integer encoded in decimal. */ export type BigUint = string;