import type { Context, Logger } from 'koishi'; export declare function getTwitterToken(ctx: Context, logger: Logger): Promise;