import { d as Log, w as TransportConfig } from "../../types-B82IuY7M.mjs"; //#region src/runtime/client/log.d.ts declare function setIdentity(identity: Record): void; declare function clearIdentity(): void; declare function initLog(options?: { enabled?: boolean; console?: boolean; pretty?: boolean; service?: string; transport?: TransportConfig; }): void; declare const _clientLog: Log; //#endregion export { clearIdentity, initLog, _clientLog as log, setIdentity }; //# sourceMappingURL=log.d.mts.map