/** * Visitor for arrow functions: `() => ...` (named via parent variable * declaration when possible; otherwise synthesized). */ import type { InventoryVisitor } from './types.js'; import type ts from 'typescript'; export declare const visitArrowFunction: InventoryVisitor; //# sourceMappingURL=arrow-function.d.ts.map