import { EdmTypeCommon, ExclusiveEdmTypeV2 } from '../odata-common';
/**
 * Allowed Edm types for OData v2.
 */
export declare type EdmType = EdmTypeCommon | ExclusiveEdmTypeV2;
export { EdmType as EdmTypeV2 };
//# sourceMappingURL=edm-types.d.ts.map