import { Table, Integer, FieldSymbol } from "../types";
export declare function lines(input: {
    val: Table | FieldSymbol;
}): Integer;
