import { GradlePluginOptions } from './gradle-plugin-options';
/**
 * Cancel any in-flight Gradle project graph process.
 * Safe to call even if nothing is running.
 */
export declare function cancelPendingProjectGraphRequest(): void;
export declare function getGraphTimeoutMs(): number;
export declare function getNxProjectGraphLines(gradlewFile: string, gradleConfigHash: string, gradlePluginOptions: GradlePluginOptions): Promise<string[]>;
//# sourceMappingURL=get-project-graph-lines.d.ts.map