/** * Simple Error Logging * Basic error logging functionality */ import { StructuredError } from './errorTypes.js'; export declare const logError: (error: Error | StructuredError, context?: string) => void; //# sourceMappingURL=simpleErrorLogging.d.ts.map