import { LogOptions } from "../types/logging.js";
/**
 * Log an error that occurs in your application.
 * @param error The error that occurred.
 * @param options Options to include with the log message.
 */
export default function logError(error: Error, options?: LogOptions): Promise<void>;
//# sourceMappingURL=logError.d.ts.map