diff --git a/protobuf/protobuf-tests.ts b/protobuf/protobuf-tests.ts
index 0775229006..7b910d3801 100644
--- a/protobuf/protobuf-tests.ts
+++ b/protobuf/protobuf-tests.ts
@@ -1,5 +1,4 @@
///
-///
import ProtoBuf = require("protobufjs");
diff --git a/protobuf/protobuf.d.ts b/protobuf/protobuf.d.ts
index 5e758e7a40..f300beb54e 100644
--- a/protobuf/protobuf.d.ts
+++ b/protobuf/protobuf.d.ts
@@ -3,6 +3,8 @@
// Definitions by: Panu Horsmalahti
// Definitions: https://github.com/borisyankov/DefinitelyTyped
+///
+
declare module ProtoBuf {
export interface IBuilder {
build: () => T;