export declare const SECURE_FILE_MODE = 384; export declare const MAX_AGE_MS: number; export declare const LOCK_TIMEOUT_MS = 2000; export declare const LOCK_WAIT_TIMEOUT_MS = 4000; export declare const LOCK_RETRY_MS = 20; export declare const LOCK_STALE_MS = 10000; export declare function getOpenClawStorageDir(): string; export declare function getRegistryPath(): string; export declare function getRegistryLockPath(): string;