import { SdkResult } from '../types';
export declare function getChatbotList(): Promise<SdkResult>;
export declare function getChatbotDetail(chatbotid: string): Promise<SdkResult>;
