/** * crewx result handler. * Retrieves the result of a completed task by its ID. * * Usage: * crewx result Print raw result * crewx result --json Print full task record as JSON * crewx result List recent tasks (latest 10) */ export declare function handleResult(args: string[]): Promise;