export declare class TwitterParams {
    text: string;
    url: string;
    hashtags: string;
    via: string;
}
