export declare function callListeners<L extends object>(listeners: L[], call: keyof L, fn: (l: L) => void): void;
