export { logError }; declare function logError(err: unknown, sectionTitle?: string): void;