export declare function last<T>(xs: T[]): T | undefined;
