import 'handlebars';
export declare class Template {
    static compile(template: any, data: any, compileOptions?: CompileOptions): string;
    static register(key: string, fn: Function | any): void;
    static unRegister(key: string): void;
    static registerDefaultApi(): void;
}
