/** * Error logger for the ported Ink core. Always writes to stderr (an Ink * renderer failure must never pass silently). * @param error - The error to log; its stack trace when available. */ export declare function logError(error: unknown): void; //# sourceMappingURL=log.d.ts.map