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