import { AnyRecord } from "../any-record"; export type NonEmptyObject = keyof Object extends never ? never : Object;