import { types as t } from "@marko/compiler";
declare const _default: {
    Identifier(this: unknown, id: t.NodePath<t.Identifier>): void;
};
export default _default;
