import { RuntimeError } from '@serenity-js/core'; /** * @package */ export declare function formatError(error: RuntimeError | Error): string; //# sourceMappingURL=formatError.d.ts.map