import "typings-test";
import "should";
import * as phoneserve from "../dist/index";

let testInstance:phoneserve.Instance;
let testVoiceapp:phoneserve.Voiceapp;
let testRule:phoneserve.Rule;


describe("phoneserve",function(){
    describe("instance",function(){
        it("should create a valid instance of phoneserve.Instance",function(){

        });
    })
});