import { type Endian } from '../types.js'; export declare function bigToBytes(big: bigint, size?: number, endian?: Endian): Uint8Array; export declare function bytesToBig(bytes: Uint8Array): bigint; //# sourceMappingURL=big.d.ts.map