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