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