import { TTokenTabular } from "./index";
export declare const separateByColumns: (str: string) => any[];
export declare const ParseTabular: (str: string, i: number, align?: string, options?: {}) => Array<TTokenTabular> | null;
