export interface NostrPowEvent { id: string; pubkey: string; created_at: number; kind: number; tags: Array>; content: string; sig: string; } export declare function minePow(e: NostrPowEvent, target: number): NostrPowEvent; export declare function countLeadingZeros(hex: string): number; //# sourceMappingURL=pow-util.d.ts.map