When trying to run typescript compilation on @google-cloud/profiler when upgrading @google-cloud/common to 0.21.0, typescript compilation fails with:
ts/src/index.ts:17:9 - error TS2305: Module '"/home/node/project/node_modules/@google-cloud/common/build/src/index"' has no exported member 'Logger'.
17 import {Logger, util} from '@google-cloud/common';
Is the expected?