export declare const LOOP_LABEL_MAX_COUNT = 32; export declare function normalizeLoopLabels(value: string | string[] | undefined, label?: string): string[]; export declare function mergeLoopLabels(current: string[] | undefined, added: string | string[]): string[]; export declare function removeLoopLabels(current: string[] | undefined, removed: string | string[]): string[];