import { PubkyClient } from '../src/index.js' main() async function main() { let client = new PubkyClient() console.log(client) }