"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createClient = void0;
// Export a function to create a new Client instancefunctioncreateClient(..._args) {
thrownewError('Only available in node context');
}
exports.createClient = createClient;