import type { TContext, TFlow } from '../../types'; /** * @private * @param answer - This parameter is not used in the function body and can be removed. * @param options - This parameter is not used in the function body and can be removed. * @returns Serialized flow object */ declare const addChild:

(flowIn?: TFlow

| null) => TContext[]; export { addChild }; //# sourceMappingURL=addChild.d.ts.map