import { LoopType } from '../Constants'; export declare const getMainLoopNameByType: (type: LoopType) => string;