import type { Log } from '../../types/internal';
/**
 * Logs every actions and API requests in e2ed tests.
 */
export declare const log: Log;
