export declare const Expressions: { readonly url: RegExp; readonly link: RegExp; readonly cashu: RegExp; readonly nostrLink: RegExp; readonly emoji: RegExp; readonly hashtag: RegExp; readonly lightning: RegExp; readonly blossom: RegExp; }; /** A list of Regular Expressions that match tokens surrounded by whitespace to avoid matching in URLs */ export declare const Tokens: { readonly url: RegExp; readonly link: RegExp; readonly cashu: RegExp; readonly nostrLink: RegExp; readonly emoji: RegExp; readonly hashtag: RegExp; readonly lightning: RegExp; readonly blossom: RegExp; };