diff --git a/twilio/twilio.d.ts b/twilio/twilio.d.ts index 035710cd1b..8de55d6f83 100644 --- a/twilio/twilio.d.ts +++ b/twilio/twilio.d.ts @@ -7,8 +7,11 @@ /// /// +import * as express from 'express'; import * as Http from 'http'; +import q = require('q'); + export interface twilio { (sid?: string, tkn?: string, options?: twilio.ClientOptions): twilio.RestClient; }