/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { PhpGenerator } from './php/php_generator.js'; export * from './php/php_generator.js'; /** * Php code generator instance. * @type {!PhpGenerator} */ export declare const phpGenerator: PhpGenerator; //# sourceMappingURL=php.d.ts.map