/** * Format the error as a string with a different format depending on whether * `err` has a `FIELD` property or not * @public */ export declare const getErrorFormat: (err: any) => string; //# sourceMappingURL=formatting.d.ts.map