import type { ServerState } from '../types.js'; export declare function canTransition(from: ServerState, to: ServerState): boolean; export declare function nextReconnectDelay(attempt: number): number; //# sourceMappingURL=lifecycle.d.ts.map