export declare const forbiddenUnionTypeError: (ctx: { unionType: string; }) => import("../utils").BaseException<"ForbiddenUnionType", { unionType: string; }>; export declare type ForbiddenUnionTypeError = ReturnType; //# sourceMappingURL=errors.d.ts.map