export interface IKeyValuesOpts { set: { k: string; v: string; }[]; spacerChar?: string; }