import type { Log } from '../../types/internal'; /** * Logs message with payload. */ export declare const log: Log;