/**
 * Logs a message with a general event type and completed outcome. Prefer more specific logging functions when available.
 * @param args The message to log.
 * @returns {Promise<void>} A promise that resolves when the log is recorded.
 */
export declare function log(...args: unknown[]): Promise<void>;
//# sourceMappingURL=log.d.ts.map