declare global { interface Window { my: any; } } declare const onImgClick: (item: any) => void; declare const onTypeClick: (type: number, link: string, beforeClickFun: any) => void; export { onImgClick, onTypeClick };