/** * Print a CLI failure and exit. Used by parseAsync and action wrappers so * async rejections are never silent. */ export declare function handleCliError(err: unknown): never; //# sourceMappingURL=errors.d.ts.map