import { SmartIntentClient } from '../../services/smart-intent-client';
export declare function createMockSmartIntentClient(intentName: string): SmartIntentClient;
export declare function mockSmartIntent(intentName?: string): void;
