import { Provider } from '@angular/core';
/**
 * Angular DI providers for services that the framework-agnostic
 * processors in @qodalis/cli need. The CliComponent bridges these
 * into the engine's service container automatically.
 */
export declare const resolveCliProviders: () => Provider[];
