import { Parser, ParserContext } from '../'; import { IMessage, ISetting } from '../interface'; type IType = 'link' | 'text'; export declare function mastodon(this: Parser, _message: IMessage, _settings: ISetting, { request }: ParserContext, account: string, type?: IType): Promise; export {};