/**
 * As part of the auto-init output report, this structure
 * represents the alternate profiles that were not selected
 * for the profile type.
 */
export interface IAltProfile {
    altProfName: string;
    altProfType: string;
    altBasePath: string;
}
//# sourceMappingURL=IAltProfile.d.ts.map