/** The column the name is located. */ export declare const COLUMN_NAME: number; /** The row the name is located. */ export declare const ROW_NAME: number; /** The column the short name is located. */ export declare const COLUMN_SHORT_NAME: number; /** The row the short name is located. */ export declare const ROW_SHORT_NAME: number; /** The column the position is located. */ export declare const COLUMN_POSITION_NAME: number; /** The row the position is located. */ export declare const ROW_POSITION_NAME: number; /** The column the execute value is located. */ export declare const COLUMN_EXECUTE: number; /** The row the execute value is located. */ export declare const ROW_EXECUTE: number; /** The column the generator command is located. */ export declare const COLUMN_GENERATOR: number; /** The row the generator command is located. */ export declare const ROW_GENERATOR: number; /** The column the description is located. */ export declare const COLUMN_DESCRIPTION: number; /** The row the description is located. */ export declare const ROW_DESCRIPTION: number; /** The column the data matrix starts. */ export declare const START_COLUMN_DATA: number; /** The row the data matrix starts. */ export declare const START_ROW_DATA: number; /** The identifier for the matrix table. */ export declare const KEY_TABLE_START = ""; //# sourceMappingURL=ParserMatrixConstants.d.ts.map