import types from './types'; declare function after(n: number, fn: T): T; export default after;