/** Find the first tag with the given name. Internal helper — not part of the public API. */ export declare function findTag(tags: string[][], name: string): string | null; /** Validate that a string is a 64-character lowercase hex string (32-byte key or event ID). */ export declare function isHex64(value: string): boolean; //# sourceMappingURL=helpers.d.ts.map