declare function shortenName(name: string): string; export { shortenName };