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