import { PlainObject } from './common';
import { NativeFunctions } from './functionLoader';
import { EventSources } from './_interfaces/sources';
export default function loadEvents(allFunctions: PlainObject, nativeFunctions: NativeFunctions, eventsFolderPath: string, eventSources: EventSources): Promise<any>;
