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