/**
 * Handles the thrown error during a command execution
 * @param error The thrown error
 */
export declare function handleError(error: Error): Promise<never>;
