import Preset from './Preset';
import PresetConfiguration from './PresetConfiguration';
export declare class AngularPreset implements Preset {
    readonly name = "angular-cli";
    private readonly dependencies;
    private readonly config;
    createConfig(): Promise<PresetConfiguration>;
}
//# sourceMappingURL=AngularPreset.d.ts.map