export declare const NIX_KLAW_AGENT_FIRST_URL = "https://github.com/klaw/nix-klaw#quick-start"; export declare const KLAW_NIX_OVERVIEW_URL = "https://klaw.kodelyth.com/install/nix"; export declare class NixModeConfigMutationError extends Error { readonly code = "KLAW_NIX_MODE_CONFIG_IMMUTABLE"; constructor(params?: { configPath?: string; }); } export declare function formatNixModeConfigMutationMessage(params?: { configPath?: string; }): string; export declare function assertConfigWriteAllowedInCurrentMode(params?: { configPath?: string; env?: NodeJS.ProcessEnv; }): void;