import { CreateNodesContextV2 } from 'nx/src/devkit-exports'; export declare function calculateHashForCreateNodes(projectRoot: string, options: object, context: CreateNodesContextV2, additionalGlobs?: string[]): Promise; export declare function calculateHashesForCreateNodes(projectRoots: string[], options: object, context: CreateNodesContextV2, additionalGlobs?: string[][]): Promise; //# sourceMappingURL=calculate-hash-for-create-nodes.d.ts.map