import"./exsolve.mjs";interface e{name?:string;version?:string;description?:string;keywords?:string[];homepage?:string;bugs?:string|{url?:string;email?:string;};license?:string;repository?:string|{type:string;url:string;directory?:string;};scripts?:o;private?:boolean;author?:s;contributors?:s[];funding?:c|c[];files?:string[];main?:string;browser?:string|Record;unpkg?:string;bin?:string|Record;man?:string|string[];dependencies?:Record;devDependencies?:Record;optionalDependencies?:Record;peerDependencies?:Record;types?:string;typings?:string;module?:string;type?:`module`|`commonjs`;exports?:d;imports?:Record>;workspaces?:string[]|{packages?:string[];nohoist?:string[];};typesVersions?:Record>;os?:string[];cpu?:string[];publishConfig?:{registry?:string;tag?:string;access?:`public`|`restricted`;executableFiles?:string[];directory?:string;linkDirectory?:boolean;}&Pick;packageManager?:string;[key:string]:any;}type t=e|`${`pre`|`post`}${e}`;type n=`dependencies`|`prepublishOnly`|t<`install`|`pack`|`prepare`|`publish`|`restart`|`start`|`stop`|`test`|`version`>;type r=`pnpm:devPreinstall`;type i=`build`|`coverage`|`deploy`|`dev`|`format`|`lint`|`preview`|`release`|`typecheck`|`watch`;type a=i|n|r|(string&{});type o={[e in a]?:string};type s=string|{name:string;email?:string;url?:string;};type c=string|{url:string;type?:string;};type l=`.`|`import`|`require`|`types`|`node`|`browser`|`default`|(string&{});type u={[e in l]?:string|u|Array};type d=string|u|Array;export type{e as PackageJson};