import { AST } from "../type";
export declare function transformEvent(attrKey: string, attrVal?: string): AST.Event;
