import { DigesterFunction } from "../FactoryFunctionModel.js";
import { SchemaV3 } from "./edmx/ODataEdmxModelV3.js";
/**
 * Digests an EDMX schema to produce a DataModel.
 *
 * @param schemas
 * @param options
 * @param namingHelper
 */
export declare const digest: DigesterFunction<SchemaV3>;
