import { MergeStrings } from "../Types"; export type OnEventSymbol = MergeStrings<"OnEvent", K>; /** * Constructs special keys for property tables which connect event listeners to * an instance. */ export declare function OnEvent(name: K): OnEventSymbol;