import type { EngineRunOpts } from "../shared/types.js"; import { type PlatformContextSnapshot } from "../sessions/context.js"; export declare const PLATFORM_CONTEXT_REFRESH_HEADING = "## Jinn platform context refresh"; export declare function buildPromptWithPlatformContext(opts: Pick, freshSeparator?: string): string; export declare function buildPlatformContextRefresh(snapshot: PlatformContextSnapshot): string; export declare function fingerprintPlatformContext(snapshot: PlatformContextSnapshot): string; //# sourceMappingURL=platform-context.d.ts.map