export interface AssistantMap {
    [key: string]: (params: any) => Promise<any>;
}
