import { FxError } from "@microsoft/teamsfx-api"; import { Result } from "neverthrow"; import { RenderVars } from "../model/dataModel"; /** `SystemError` name — a malformed template body the render surface cannot parse. */ export declare const RENDER_PARSE_ERROR = "RenderParseError"; export declare function renderMustache(template: string, renderVars: RenderVars): Result; //# sourceMappingURL=renderMustache.d.ts.map