/**
 * @license
 * Copyright 2021 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { PythonGenerator } from './python/python_generator.js';
export * from './python/python_generator.js';
/**
 * Python code generator instance.
 * @type {!PythonGenerator}
 */
export declare const pythonGenerator: PythonGenerator;
//# sourceMappingURL=python.d.ts.map