declare const failedToImportDefinition: {
    id: string;
    name: string;
    description: string;
    fields: {
        file: {
            type: "text";
            label: string;
            isRequired: true;
            hint: string;
        };
    };
};
export default failedToImportDefinition;
