import { NostrClientSession } from "./types.js";
export default function createNostrAuth(searchParams: Record<string, string | string[] | undefined | null>): Promise<NostrClientSession>;
//# sourceMappingURL=createNostrAuth.d.ts.map