import { Predicate } from '../index'; export declare class RemoteEvent { target: string; type: string; showBusyIndicator?: boolean; coalesce?: Predicate; newRequest?: boolean; properties?: Record; [property: string]: any; constructor(target: string, type: string, data?: object); } //# sourceMappingURL=RemoteEvent.d.ts.map