/** * Convert u64 bigint to big endian bytes */ export declare function uintAsBeBytes(value: bigint, size: 64 | 32 | 24): Buffer;