export declare function stopFeishuMcp(): Promise<void>;
export declare function startFeishuMcp(appId: string, appSecret: string, userToken: string): void;
