import type { Binding } from '@babel/traverse'; import type * as t from '@babel/types'; /** * Remove a referencePath from a binding and decrement the amount of references. */ export declare function dereference(binding: Binding, reference: t.Node): void; //# sourceMappingURL=binding.d.ts.map