export type InputString = string;
export type TokenSeparator = string;
export type Nullish = null | undefined;
