import { ApiError as JuroApiError } from '../generated/juro'; export type Optional = T | null | undefined; export declare const isJuroApiError: (e: unknown) => e is JuroApiError; //# sourceMappingURL=types.d.ts.map