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