import { ofKeys as ofKeysStatic } from '../../iterable/ofkeys'; declare module '../../iterable/iterablex' { namespace IterableX { let ofKeys: typeof ofKeysStatic; } }