export declare function render(text: string, stdout: NodeJS.WriteStream): { update: (newText: string) => void; rerender: () => void; };