declare function shouldAutoRunCompound(message: any): boolean; declare function combineFinalOutputs(primaryOutput: any, compoundOutput: any): string; export { shouldAutoRunCompound, combineFinalOutputs, };