export declare const isBlank: (str: any) => boolean; export interface TplParser { expand(options: {}): string; } export declare const tpl: TplParser;