/**
 * Handles the command errors and prints them to the console.
 */
export declare function handleError(error: any, callback?: (error: any) => void | Promise<void>): void;
