diff --git a/types/guid/index.d.ts b/types/guid/index.d.ts index 9d1c6b2ea2..6025e90bf1 100644 --- a/types/guid/index.d.ts +++ b/types/guid/index.d.ts @@ -19,19 +19,4 @@ declare namespace guid { function isGuid(value: string): boolean; function raw(): string; - - namespace create { - const prototype: { - }; - } - - namespace isGuid { - const prototype: { - }; - } - - namespace raw { - const prototype: { - }; - } }