import type { ChatConfig } from '../types/index.ts'; export declare function useCta(config: ChatConfig, language: string, enabled: boolean): { showCta: boolean; ctaText: string; dismiss: () => void; };