/// <reference types="node" />
/// <reference types="node" />
export type Literal = null | boolean | number | bigint | string | Buffer | Date;
