import { MessageSenderInterface, TwitterAccountOptions } from '../types'; import { Account } from './Account'; export declare class TwitterAccount extends Account { handle: string; twitterUserId: string; constructor(options?: TwitterAccountOptions); /** * Create a sender for this Twitter account */ createSender(): Promise; } //# sourceMappingURL=TwitterAccount.d.ts.map