declare const _default: {
    id: string;
    name: string;
    description: string;
    fields: {
        contractDestinationDir: {
            type: "text";
            label: string;
            hint: string;
            defaultValue: string;
        };
        schemaTypesLookupDir: {
            type: "text";
            label: string;
            hint: string;
            defaultValue: string;
        };
        shouldSyncOnlyCoreEvents: {
            type: "boolean";
            label: string;
            hint: string;
        };
        skillEventContractTypesFile: {
            type: "text";
            label: string;
            defaultValue: string;
        };
        eventBuilderFile: {
            type: "text";
            label: string;
            defaultValue: string;
        };
    };
};
export default _default;
