diff --git a/typings/dart.d.ts b/typings/dart.d.ts index f8ec31e4ef8..a547e00fe5d 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 65061b62e7a..cbb55fd65c9 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 7e3adc12578..551c67772f7 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 03ed95c4ef5..df438507ae9 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 94a3ffdbbb4..ab931669b18 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;