export interface IKeyValueParserConfig { separatorToken: string; assignmentToken: string; }