import { ServiceClient } from "../service-client"; export declare class ChatFlow extends ServiceClient { protected getServiceName(): string; createChatFlow(id: string, name: string, flowData: object): Promise; updateChatFlow(id: string, name: string, flowData: object): Promise; get(id: string): Promise; }