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<any>, cb: (identifier: t.NodePath<t.Identifier>) => void): void;
