export declare function splitCodeAndIndentation(code: string): string[]; export declare function collateAllIntervalsWithColors(boundsWithColors: Array<{ bounds: [number, number]; color: string; }>): { bounds: [number, number]; color: string; }[]; //# sourceMappingURL=helper.d.ts.map