declare function repeatCountDict(repeatCount: number | 'loop'): number;
export { repeatCountDict, };
