declare const peek: (array: T[]) => T | undefined; export { peek };