import { DTO } from 'lakutata';
/**
 * Create project options
 */
export declare class CreateProjectOptions extends DTO {
    name: string;
    id: string;
    template: string;
    path: string;
    overwrite: boolean;
    description: string;
    author: string;
    license: string;
}
//# sourceMappingURL=CreateProjectOptions.d.ts.map