export declare let kill: (pid: number) => Promise<void>;
export declare let killtree: (pid: number) => Promise<void>;
