import { catchAll as catchAllStatic } from '../../asynciterable/catcherror.js'; export declare namespace asynciterable { let catchAll: typeof catchAllStatic; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { export { catchAllStatic as catchAll }; } }