import type { VerifiedEvent } from "nostr-tools"; import type { Session } from "../Session"; export declare const INVITE_BOOTSTRAP_EXPIRATION_SECONDS = 60; export declare const INVITE_BOOTSTRAP_RETRY_DELAYS_MS: readonly [0, 500, 1500]; export declare function planInviteBootstrapEvents(session: Session): VerifiedEvent[]; export declare function scheduleInviteBootstrapRetryEvents(events: readonly VerifiedEvent[], publish: (event: VerifiedEvent) => Promise, trackedTimeouts: Set>): void; //# sourceMappingURL=inviteBootstrap.d.ts.map