import type { WorkingState } from './types.js'; /** The pinned-facts section alone, or null when nothing is pinned. */ export declare function renderPins(state: WorkingState): string | null; export declare function serializeState(state: WorkingState): string; //# sourceMappingURL=serializer.d.ts.map