type Key = string | null; type Value = string | null; export interface TypeArgv { key: Key; value: Value; } export {};