import { IMessage, ISetting } from '../interface'; export declare function tweet(_message: IMessage, _settings: ISetting, request: typeof fetch, account: string): Promise | "[Error: Account is required]";