export declare const systemLog: (msg: string, fields?: Record<string, string | number | boolean>) => void;
