import { type Config } from '@pnpm/config' export type ConfigCommandOptions = Pick & { json?: boolean location?: 'global' | 'project' }