import type { types as t } from "@marko/compiler"; export declare function forEachIdentifier(node: t.Node, cb: (identifier: t.Identifier) => void): void; export declare function forEachIdentifierPath(nodePath: t.NodePath, cb: (identifier: t.NodePath) => void): void;