export declare function isQuestion(text: string): boolean; export declare const PROCEED_REPLY = "Please execute it, so that we reach the final result in the best way possible. Just execute don't ask."; export declare const DEFAULT_REPLY = "You choose what's best and please execute it so that we reach the final result in the best way possible. Just execute, don't ask."; export declare const AGGRESSIVE_FALLBACK = "What can we do now to reach the final result in the best way possible?"; export declare function replyForAssistantText(text: string): string | undefined; //# sourceMappingURL=isQuestion.d.ts.map