export declare function lastOf(arr: T[]): T; export declare function strArrayTrim(arr: string[]): string[];