export declare function createListener(listeners: Set<(arg: any) => void>): (arg: any) => void;