import type { AdapterConfig, ChannelAdapter } from '../types.js'; export declare function createFeishuAdapter(config: AdapterConfig, context?: { log?: (event: string, data?: Record, level?: string) => void; }): ChannelAdapter; //# sourceMappingURL=feishu.d.ts.map