import * as notify from '../../src/js/notify' export const showAjaxError = {} as jest.Mock< ReturnType, Parameters > export const showModal = {} as jest.Mock< ReturnType, Parameters > export const swal = {} as jest.Mock< ReturnType, Parameters >