import type { ResolvedFeishuAccount } from '../../state/accounts.js'; export declare function createFeishuClient(account: ResolvedFeishuAccount): { wsClient: any; dispatcher: any; api: any; };