import { RaveError } from '../types'; /** * throw a Rave Error * @param {RaveError} data */ export declare const throwError: (data: RaveError) => any; //# sourceMappingURL=errors.d.ts.map