export declare function renderTemplate(body: string, vars?: Record<string, string>): string;
