import { LogContext, AdapterLog } from '../types'; declare const mapLogDetail: (message: string | object, action: string, requestContext?: LogContext | undefined) => AdapterLog; export { mapLogDetail };