/** Get POW difficulty from a Nostr hex ID. */
export declare function getPow(id: string): number;
