import type { Cloneable, InitI18nResources } from '../types/index.js'; export declare function executeTemplate(templateBuffer: Buffer, initData: Cloneable, globalProps: Cloneable, _initI18nResources: InitI18nResources, viewAttributes?: string): string | undefined;