export declare const useFollowupQuestions: () => {
    suggestedQuestions: string[];
    isLoadingSuggestedQueries: boolean;
};
//# sourceMappingURL=useFollowupQuestions.d.ts.map