import type { NostrEvent } from "./nostr";
export declare const verifyEventSig: (ev: NostrEvent) => boolean;
//# sourceMappingURL=crypto.d.ts.map