/** * A big unsigned integer encoded in decimal. */ export declare type BigUint = string;