export type { LightningClientSession as NextAuthPubkeyClientSession, NostrClientSession as NextAuthNostrClientSession, } from "./types.js"; export { default as createLightningAuth } from "./createLightningAuth.js"; export { default as createNostrAuth } from "./createNostrAuth.js"; //# sourceMappingURL=index.d.ts.map