/** * @module * * Pack of useful utilities for Telegram Bot API and GramIO */ declare function withRetries(resultPromise: () => Promise): Promise; export { withRetries };