diff --git a/twilio/twilio.d.ts b/twilio/twilio.d.ts
index 93630f0da2..0858befbe8 100644
--- a/twilio/twilio.d.ts
+++ b/twilio/twilio.d.ts
@@ -5,12 +5,12 @@
///
///
-///
+///
import * as express from 'express';
import * as Http from 'http';
-import q = require('q');
+import Q = require('q');
export interface twilio {
(sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient;
@@ -872,4 +872,4 @@ export module twilio {
}
export interface TrunkResource extends ListMappedResource {}
-}
\ No newline at end of file
+}