export declare function configurePackageManager({ projectDir, }: {
    projectDir: string;
}): Promise<{
    shouldUseSPM: boolean;
}>;
