export declare function getLast<T>(array: T[]): T | undefined;
