export type RetryOpts = { Retries: number; Interval: number; MaxGasPrice: number; TooManyDataRetries?: number; }; export type Hash = string; export type Base64 = string; //# sourceMappingURL=types.d.ts.map