export declare function createAngularJson({ stylesExist, root, }?: {
    stylesExist?: boolean;
    root?: string;
}): void;
