/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @file Instantiate a PhpGenerator and populate it with the complete * set of block generator functions for PHP. This is the entrypoint * for php_compressed.js. */ 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