export * from '../types';
export declare type Object = Record<string, unknown>;
export { Event, FireEvent, IDisposable } from '@platform/types';
