import { type ListenerSelector } from "./metadata.js";
export declare function listen<This extends HTMLElement>(event: string, selector?: ListenerSelector<This> | string): (value: (e: any) => void, ctx: ClassMethodDecoratorContext<This>) => void;
//# sourceMappingURL=listen.d.ts.map