import { ITweet } from 'howsmydriving-utils';
export declare function createTweet(options: ITweet): ITweet;
