import { CreateNodesContextV2, CreateNodesResult } from './public-api'; export declare function createNodesFromFiles(createNodes: (projectConfigurationFile: string, options: T | undefined, context: CreateNodesContextV2 & { configFiles: readonly string[]; }, idx: number) => CreateNodesResult | Promise, configFiles: readonly string[], options: T, context: CreateNodesContextV2): Promise<[file: string, value: CreateNodesResult][]>;