declare global {
    var NX_GRAPH_CREATION: boolean;
}
export declare const NEXT_BUILD_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/next:build` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/next:convert-to-inferred` to migrate to the `@nx/next/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.";
export declare const NEXT_SERVER_EXECUTOR_DEPRECATION_MESSAGE = "The `@nx/next:server` executor is deprecated and will be removed in Nx v24. Run `nx g @nx/next:convert-to-inferred` to migrate to the `@nx/next/plugin` inferred targets. See https://nx.dev/docs/guides/tasks--caching/convert-to-inferred for details.";
export declare function warnNextBuildExecutorDeprecation(): void;
export declare function warnNextServerExecutorDeprecation(): void;
export declare function warnNextExecutorGenerating(): void;
export declare const WITHNX_DEPRECATION_MESSAGE: string;
export declare const COMPOSE_PLUGINS_DEPRECATION_MESSAGE: string;
export declare function warnWithNxDeprecation(): void;
export declare function warnComposePluginsDeprecation(phase: string): void;
