export declare function render(content: string, fileDirectoryPath?: string, serverURL?: string): Promise<string>;
