export declare function terminateManagedClientProcess(input: { daemonId: string; pid: number; commandHint?: string; clientType?: string; }): boolean;