export declare function cifProcessLoop(lines: string[]): { columns: string[]; data: string[] | string[][]; };