import '../../src/util/extend/string-ext';
import { ITweet } from '../../src/interfaces/itweet';
import { IDm } from '../../src/interfaces/idm';
export declare function createTweet(options: ITweet): ITweet;
export declare function PrintTweet(tweet: ITweet): string;
export declare function PrintDm(tweet: IDm): string;
