declare function changeTone(text: string, type: string): string;
export default changeTone;
