import loopCreate from './loopCreate.js'; import loopDestroy from './loopDestroy.js'; import loopFix from './loopFix.js'; declare const _default: { loopCreate: typeof loopCreate; loopFix: typeof loopFix; loopDestroy: typeof loopDestroy; }; export default _default;