declare const peek: (stack: T[], offset?: number) => T; export default peek;