declare const sanitizeEntity: (entity: any, fieldsToDelete?: string[]) => any; export default sanitizeEntity;