/** * Determine if PM response is asking the user a question vs just a statement/acknowledgement. * Used to decide whether to send needs_input prompt to the Flutter app. */ export declare function isPMResponseAQuestion(response: string): boolean;