import { CwdParams } from './types.mjs'; declare const isPackage: ({ cwd }: CwdParams) => boolean; export { isPackage };