export declare const arrayLast: <T>(array: T[]) => T | undefined;
