import { resolveFeatures } from './features';
/**
 * Resolves the target directory for a new local module given the project's `package.json` path.
 * Respects `expo.autolinking.nativeModulesDir` when present; falls back to `modules/`.
 * @internal Exported for testing.
 */
export declare function resolveLocalModuleDir(packageJsonPath: string, targetOrSlug: string): string;
export { resolveFeatures };
