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