/** Options that can be provided to npm. */
export interface NpmOptions {
    location?: string;
    prefix?: string;
    registry?: string;
}
