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