// Export a function to create a new Client instance
export function createClient(..._args: any) {
	throw new Error('Only available in node context');
}
