diff --git a/typings/dart.d.ts b/typings/dart.d.ts index f8ec31e4e..a547e00fe 100644 --- a/typings/dart.d.ts +++ b/typings/dart.d.ts @@ -4,5 +4,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -declare const dart: any; -export = dart; +export declare const dartGenerator: any; diff --git a/typings/javascript.d.ts b/typings/javascript.d.ts index 65061b62e..cbb55fd65 100644 --- a/typings/javascript.d.ts +++ b/typings/javascript.d.ts @@ -4,5 +4,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -declare const javascript: any; -export = javascript; +export declare const javascriptGenerator: any; diff --git a/typings/lua.d.ts b/typings/lua.d.ts index 7e3adc125..551c67772 100644 --- a/typings/lua.d.ts +++ b/typings/lua.d.ts @@ -4,5 +4,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -declare const lua: any; -export = lua; +export declare const luaGenerator: any; diff --git a/typings/php.d.ts b/typings/php.d.ts index 03ed95c4e..df438507a 100644 --- a/typings/php.d.ts +++ b/typings/php.d.ts @@ -4,5 +4,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -declare const php: any; -export = php; +export declare const phpGenerator: any; diff --git a/typings/python.d.ts b/typings/python.d.ts index 94a3ffdbb..ab931669b 100644 --- a/typings/python.d.ts +++ b/typings/python.d.ts @@ -4,5 +4,4 @@ * SPDX-License-Identifier: Apache-2.0 */ -declare const python: any; -export = python; +export declare const pythonGenerator: any;