import { UserConfig } from './user-config';
export declare function addQuestion(question: string, userConfig: UserConfig): Promise<any>;
