import { stringToNum, IattributeList, IDataVerificationMap, IDataVerificationType2Map } from "./ICommon";
export declare const columeHeader_word: string[];
export declare const columeHeader_word_index: stringToNum;
export declare const coreFile = "docProps/core.xml";
export declare const appFile = "docProps/app.xml";
export declare const contentTypesFile = "[Content_Types].xml";
export declare const workBookFile = "xl/workbook.xml";
export declare const calcChainFile = "xl/calcChain.xml";
export declare const stylesFile = "xl/styles.xml";
export declare const sharedStringsFile = "xl/sharedStrings.xml";
export declare const worksheetFilePath = "xl/worksheets/";
export declare const theme1File = "xl/theme/theme1.xml";
export declare const workbookRels = "xl/_rels/workbook.xml.rels";
export declare const ST_CellType: IattributeList;
export declare const BuiltInCellStyles: IattributeList;
export declare let numFmtDefault: IattributeList;
export declare const indexedColors: IattributeList;
export declare const OEM_CHARSET: IattributeList;
export declare const borderTypes: stringToNum;
export declare let numFmtDefaultMap: IattributeList;
export declare const fontFamilys: IattributeList;
export declare const DATA_VERIFICATION_MAP: IDataVerificationMap;
export declare const DATA_VERIFICATION_REV_MAP: any;
export declare const OPERATOR_MAP: any;
export declare const COMMON_TYPE2: string[];
export declare const DATA_VERIFICATION_TYPE2_MAP: IDataVerificationType2Map;
export declare const ALIGNMENT_DEFAULT: number;
