import { TransformState } from '../state/types'; import { VisitNode } from '@babel/traverse'; import * as t from '@babel/types'; /** * Process catch clause: * - catch(T) { ... } */ export declare function processCatchClause(state: TransformState): VisitNode; //# sourceMappingURL=processCatchClause.d.ts.map