function createClient() { return { close() {}, }; } export { createClient }; export default { createClient };