import type { KlawConfig } from "../../config/config.js"; export declare function shouldApplyStartupContext(params: { cfg?: KlawConfig; action: "new" | "reset"; }): boolean; export declare function buildSessionStartupContextPrelude(params: { workspaceDir: string; cfg?: KlawConfig; nowMs?: number; }): Promise;