import type { PersistedPin } from '../types.js'; export declare function getReviewerNameKey(projectId: string): string; export declare function getReviewerEmailKey(projectId: string): string; export declare function getReviewerName(projectId: string): string | null; export declare function setReviewerName(projectId: string, name: string): void; export declare function getReviewerEmail(projectId: string): string | null; export declare function buildSelectorPath(el: Element): string; export declare function loadPersistedPins(projectId: string, pathname: string): PersistedPin[]; export declare function savePersistedPin(projectId: string, pathname: string, pin: PersistedPin): void; export declare function replacePersistedPins(projectId: string, pathname: string, pins: PersistedPin[]): void; //# sourceMappingURL=widgetSession.d.ts.map