/** * Enable or disable console diagnostics for all log helpers. * @param {boolean} enabled - True to print, false to silence. */ export declare const setLoggingEnabled: (enabled: boolean) => void; //# sourceMappingURL=setLoggingEnabled.d.ts.map