import type { SessionMetadata, SessionStorage, SessionTreeEntry } from "../../types.js"; import { Session } from "../session.js"; export declare function createSessionId(): string; export declare function createTimestamp(): string; export declare function toSession(storage: SessionStorage): Session; export declare function getEntriesToFork(storage: SessionStorage, options: { entryId?: string; position?: "before" | "at"; }): Promise; //# sourceMappingURL=shared.d.ts.map