import { HelperDeclareSpec } from 'handlebars';
export declare type Template<Context> = (context: Context) => string;
export declare function registerHelpers(helpers: HelperDeclareSpec): void;
export declare function compile(template: string): Template<unknown>;
export declare function slug(str: string): string;
//# sourceMappingURL=handlebars.d.ts.map