export type KeyValueTuple = [key: string, value: string]; export type UnknownRecord = Record; export type StringRecord = Record;