import { ADTStyleOptions } from "./style-options";
export interface IADTSchematicsOptions {
    project: string;
    style: ADTStyleOptions;
}
