/** * Handles errors by just logging them. * Transforms Zod errors into InvalidAttributesError. * @param error The error to handle. */ export declare const handleError: (error: Error) => void; //# sourceMappingURL=handleError.d.ts.map