import { StringKeyOf } from 'type-fest'; import { A as AnyFunction } from './AnyFunction-4ed55e70.js'; declare const objectKeys: ObjectKeys; interface ObjectKeys { (object: Exclude): StringKeyOf[]; } export { objectKeys as o };