import { Result } from './result'; export type EventCallback = (result: Result) => void; //# sourceMappingURL=event-callback.d.ts.map