1 | import { Scheduler } from '../Scheduler';
|
2 | import { SubscriptionLog } from './SubscriptionLog';
|
3 | export declare class SubscriptionLoggable {
|
4 | subscriptions: SubscriptionLog[];
|
5 | scheduler: Scheduler;
|
6 | logSubscribedFrame(): number;
|
7 | logUnsubscribedFrame(index: number): void;
|
8 | }
|
9 | //# sourceMappingURL=SubscriptionLoggable.d.ts.map |
\ | No newline at end of file |