export interface IClosureEvent {
    reason: 'quota-exceeded';
    type: 'closure';
}
//# sourceMappingURL=closure-event.d.ts.map