import { WecomProxy } from '@fangcha/bot-kit';
export declare class WecomHelper {
    static makeWecomProxy(botKey: string, env?: string): WecomProxy;
}
