export declare const u32: (arr: Uint8Array) => Uint32Array; export declare const nextTick: () => Promise; export declare function checkOpts(defaults: T1, opts?: T2): T1 & T2; export declare const asyncLoop: (iters: number, tick: number, cb: (i: number) => void) => Promise;