export declare const arrayBufferToIterable: (array: ArrayBuffer) => number[];
export declare const stringifyWithBigint: (object: any) => string;
