declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        fieldTypesDestinationDir: {
            type: "text";
            label: string;
            hint: string;
            defaultValue: string;
            isPrivate: true;
        };
        addonsLookupDir: {
            type: "text";
            label: string;
            hint: string;
            defaultValue: string;
        };
        generateFieldTypes: {
            type: "boolean";
            label: string;
            isPrivate: true;
            hint: string;
            defaultValue: true;
        };
    };
};
export default _default;
