/** * registers a directory of partials to make them available within handlebars compilation */ export declare let registerPartialDir: (dirPathArg: string) => Promise<{}>;