/** * Debug logger for the browser-client plugin. To enable debug logs, * set the NODE_DEBUG environment variable to "japa:browser-client". * * @example * ```bash * NODE_DEBUG=japa:browser-client node ace test * ``` */ declare const _default: import("node:util").DebugLogger; export default _default;