import { D as DetectOptions, d as DetectResult } from './shared/package-manager-detector.63008cb6.cjs';

declare function detect({ cwd, onUnknown }?: DetectOptions): Promise<DetectResult | null>;

export { detect };
