import type { TContext, TFlow, CallbackFunction, ActionPropertiesKeyword } from '../../types'; /** * @public * @param inCtx * @returns */ declare const _addAnswer:

(inCtx: TContext | TFlow) => (answer: string | string[], options?: ActionPropertiesKeyword, cb?: CallbackFunction | null, nested?: TFlow

[] | TFlow

) => TFlow

; export { _addAnswer as addAnswer }; //# sourceMappingURL=addAnswer.d.ts.map