///
declare const TO_CORVID_ENTITY_RENAMED_KEYS: {
id: string;
createdDate: string;
updatedDate: string;
};
declare const FROM_CORVID_ENTITY_RENAMED_KEYS: import("lodash").Dictionary;
declare const isReservedCorvidFieldName: (name: any) => boolean;
declare const isReservedCommonFieldName: (name: any) => boolean;
declare const toCorvidName: (name: any) => any;
declare const fromCorvidName: (name: any) => any;
export { FROM_CORVID_ENTITY_RENAMED_KEYS, fromCorvidName, isReservedCommonFieldName, isReservedCorvidFieldName, TO_CORVID_ENTITY_RENAMED_KEYS, toCorvidName, };
//# sourceMappingURL=index.d.ts.map