diff --git a/typings/global.d.ts b/typings/global.d.ts index f44f814..34ffd4e 100644 --- a/typings/global.d.ts +++ b/typings/global.d.ts @@ -16,5 +16,3 @@ declare const rootURI: string; declare const addon: import("../src/addon").default; declare const __env__: "production" | "development"; - -declare class Localization {}