import { AssistantConfig } from '../interfaces';

export declare const defineConfig: (config: AssistantConfig) => AssistantConfig;
