import H from "handlebars";
import { IHandlebarsPartials } from "../types";
export declare const loadHandlebarsPartials: () => Promise<IHandlebarsPartials[]>;
export declare const Handlebars: typeof H;
