/** * Subscribes a provided callback to the time/event when the agent should treat it as end-of-life. * This is used, for example, to submit a final harvest and send all remaining data on best-effort. * @param {function} cb - func to run before or during the last reliable event or time of an env's life span */ export function subscribeToEOL(cb: Function, capturePhase: any): void; //# sourceMappingURL=eol.d.ts.map