/** * Generic key-value entry. * @public */ export type KeyValueEntry = [TK, TV]; //# sourceMappingURL=common.d.ts.map