/**
 * Renders an error into log lines for the GitHub Action, keeping the
 * retro-arcade tone used across Envilder's failure messages. Returns
 * one entry per log line so the caller can emit each via `ILogger.error`.
 */
export declare function presentGhaError(error: unknown): string[];
//# sourceMappingURL=GhaErrorPresenter.d.ts.map