declare const command: {
    readonly configs: {
        readonly jdlFile: {
            readonly argument: {
                readonly type: StringConstructor;
            };
            readonly scope: "generator";
            readonly configure: (gen: any) => void;
        };
    };
    readonly import: readonly ["jhipster:base-application:bootstrap", "jhipster:javascript-simple-application:prettier", "jhipster:javascript-simple-application:husky"];
};
export default command;
