import type { ConfigFileSnapshot } from "./types.klaw.js"; /** * Returns true when an invalid config snapshot is scoped entirely to stale plugin refs. */ export declare function isPluginLocalInvalidConfigSnapshot(snapshot: Pick): boolean; /** * Decides whether whole-file last-known-good recovery is safe for a snapshot. */ export declare function shouldAttemptLastKnownGoodRecovery(snapshot: Pick): boolean;