/** * Passes through commands to yarn or npm * whichever package manager is installed. */ import { Passthrough } from '../types'; declare const passthrough: Passthrough; export default passthrough;