declare class StringUtils { static bindContext(text: string, context: { [key: string]: any; }): string; } export { StringUtils };