declare const command: {
    readonly options: {};
    readonly import: readonly ["jhipster:git", "project-name", "jhipster:javascript:prettier", "jhipster:javascript:husky"];
};
export default command;
