export declare function resolveRemoteClawPackageRoot(opts: { cwd?: string; argv1?: string; moduleUrl?: string; }): Promise; export declare function resolveRemoteClawPackageRootSync(opts: { cwd?: string; argv1?: string; moduleUrl?: string; }): string | null;