export interface IKeyValueParser { parse(value: string): string | T; }