import nunjucks from "nunjucks"; export declare const nunjucksEnv: nunjucks.Environment; export declare function render(macroFolder: string, macroName: string, params?: {}): Document; export declare function renderTemplate(macroPath: string, params?: {}): Document; //# sourceMappingURL=jestHelper.d.ts.map