interface Array<T> {
    last(): T | undefined;
}
//# sourceMappingURL=Array.last.polyfill.d.ts.map