import type { WizardOptions } from '../utils/types';
export declare function runAngularWizard(options: WizardOptions): Promise<void>;
export declare function buildOutroMessage(createdExampleComponent: boolean): string;
