/** * crewx log handler. * Lists task execution logs or shows a specific task log. * * Usage: * crewx log List all tasks (newest first) * crewx log ls Same as above * crewx log Show specific task details */ export declare function handleLog(args: string[]): Promise;