import { type NpmConfigEnv } from './utils';
export declare function getBunSpawnRegistryEnv(packageName: string, root: string, bunVersion: string | null): NpmConfigEnv;
