import type { CancelFunction } from '../../../types'; export declare const once: any>(element: HTMLElement, eventName: string, listener: T) => CancelFunction;