import { type Result } from "./result.js"; declare const purgeLocalState: (input: { canonicalDir: string; overrideFiles: readonly string[]; npxRoot: string | null; }) => Promise>; export { purgeLocalState };