declare function targetBlink(targetDoms: JQuery, infi?: boolean): void; declare function targetBlinkFuture(selecter: string, infi?: boolean): void; export default targetBlink; export { targetBlinkFuture };