import type { Rule } from 'eslint';
import { type CallbackHandlingContext } from './callback-handling-state.ts';
export declare function collectCodeAfterCallbackHandlingNodes(context: Readonly<CallbackHandlingContext>): readonly Rule.Node[];
//# sourceMappingURL=callback-handling-paths.d.ts.map