declare const events: {
    tap: (node: any) => void;
};
export { events };
