export interface INodeCommandNpmError {
    cmd?: string;
    code?: null | number | string;
    stderr?: string;
    stdout?: string;
}
//# sourceMappingURL=node-command-npm-error.interface.d.ts.map