declare function improve(text: string): string;
export default improve;
