import type { RecurseContext, RecurseFn, FnIncludeContext } from './types.js'; export declare function createFnInclude(recurse: RecurseFn): { fnInclude: (ctx: FnIncludeContext) => Promise; handleFnIncludeInRecurse: (ctx: RecurseContext) => Promise; }; //# sourceMappingURL=fn-include.d.ts.map