declare const DataViewPrototypeSetBigUint64: (t: DataView, byteOffset: number, value: bigint, littleEndian?: boolean) => ReturnType; export = DataViewPrototypeSetBigUint64;