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