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