export declare const once: (el: HTMLElement, event: string, fn: any) => void;
