export declare class OngoingRequestsNotification {
    readonly requestIds: ReadonlySet<string>;
    readonly destinationEndpointId?: string | undefined;
    constructor(requestIds: ReadonlySet<string>, destinationEndpointId?: string | undefined);
}
//# sourceMappingURL=OngoingRequests.d.ts.map