/** The default start row in the sheet */ export declare const START_ROW = 0; /** The default start column in the sheet */ export declare const START_COLUMN = 0; /** When seraching for the end row identifier, this number of empty lines are excepted */ export declare const MAX_EMPTY_LINES = 100; /** The identifier to mark the last row or column. */ export declare const KEY_TABLE_END = ""; //# sourceMappingURL=ParserBaseConstants.d.ts.map