import { PackageJson } from 'type-fest'; export declare type PkgJson = PackageJson; export declare type Obj = Record;