export declare function handleError(error: unknown, options?: { verbose?: boolean; colors?: boolean; exit?: boolean; }): Promise; export declare function withErrorHandler(fn: (...args: T) => Promise, options?: { verbose?: boolean; colors?: boolean; }): (...args: T) => Promise; //# sourceMappingURL=error-handler.d.ts.map