import { Table } from "../types";
import { ICharacter } from "../types/_character";
import { String } from "../types/string";
export declare function concat_lines_of(input: {
    table: Table;
    sep: ICharacter | string | undefined;
}): String;
