/** * Return hashtags array from string */ export declare function getHashtags(content: string): string[]; //# sourceMappingURL=get-hashtags.d.ts.map