export declare class RenderHelper { static renderWithParams(content: string, params: object): string; }