import type { Template } from './template.js';
import type { TemplateRef } from './template-ref.js';
/**
 * Representation of the 'TemplatingModuleConfig' schema.
 */
export type TemplatingModuleConfig = Template | TemplateRef;
//# sourceMappingURL=templating-module-config.d.ts.map