/// <reference types="node" />
declare type Value = number | bigint | string | Buffer | Value[];
export default Value;
