export declare const TWITTER_REGEX: RegExp; export declare const isTwitterUrl: (url: string | null | undefined) => boolean;